Author: Carlos Lopez <genet...@gmail.com>
Date:   Thu May 19 12:52:32 2011 +0200

Remove debug info

---

 .../src/modules/mod_geometry/advanced_outline.cpp  |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/synfig-core/src/modules/mod_geometry/advanced_outline.cpp 
b/synfig-core/src/modules/mod_geometry/advanced_outline.cpp
index 2deacc7..6254248 100644
--- a/synfig-core/src/modules/mod_geometry/advanced_outline.cpp
+++ b/synfig-core/src/modules/mod_geometry/advanced_outline.cpp
@@ -789,7 +789,6 @@ Advanced_Outline::add_cusp(std::vector<Point> &side_a, 
std::vector<Point> &side_
 {
        static int counter=0;
        counter++;
-       synfig::info("cusp number %d", counter);
        const Vector t1(last.perp().norm());
        const Vector t2(curr.perp().norm());
        Real cross(t1*t2.perp());


------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to