Author: Carlos Lopez <[email protected]>
Date: Tue Jan 3 20:12:53 2012 +0100
Remove debug info
---
synfig-core/src/synfig/valuenode_animated.cpp | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/synfig-core/src/synfig/valuenode_animated.cpp
b/synfig-core/src/synfig/valuenode_animated.cpp
index f1f5804..3e60e01 100644
--- a/synfig-core/src/synfig/valuenode_animated.cpp
+++ b/synfig-core/src/synfig/valuenode_animated.cpp
@@ -456,7 +456,6 @@ public:
}
else // P3 == P1
t=0.0;
- synfig::info("iter ->t=%f", t);
// TCB tangent calculation
value_type
vect(static_cast<value_type>
(subtract_func(Pc,Pp) *
@@ -565,8 +564,6 @@ public:
}
else // P3 == P1
t=0.0;
- synfig::info("next ->t=%f", t);
-
synfig::info("----------------");
/// TCB calculation
value_type
vect(static_cast<value_type>(subtract_func(Pc,Pp) *
(((1.0-t)*(1.0-c)*(1.0+b))/2.0) +
(Pn-Pc) * (((1.0-t)*(1.0+c)*(1.0-b))/2.0)));
------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create
new or port existing apps to sell to consumers worldwide. Explore the
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl