Code

comment out debug output
authorbuliabyak <buliabyak@users.sourceforge.net>
Thu, 9 Apr 2009 04:13:00 +0000 (04:13 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Thu, 9 Apr 2009 04:13:00 +0000 (04:13 +0000)
src/live_effects/lpe-knot.cpp

index 65c642aface1e4afaa4a10fe18a5f298ec6a8918..f6cf5ea783f6c7f98c864012e627cdd8a01e42ec 100644 (file)
@@ -518,8 +518,8 @@ LPEKnot::doBeforeEffect (SPLPEItem *lpeitem)
 //         }
 //     }
                         
-    std::cout<<"crossing_pts_vect: "<<crossing_points_vector.param_getSVGValue()<<".\n";
-    std::cout<<"prop_to_stroke_width: "<<prop_to_stroke_width.param_getSVGValue()<<".\n";
+    //std::cout<<"crossing_pts_vect: "<<crossing_points_vector.param_getSVGValue()<<".\n";
+    //std::cout<<"prop_to_stroke_width: "<<prop_to_stroke_width.param_getSVGValue()<<".\n";
 
     LPEKnotNS::CrossingPoints old_crdata(crossing_points_vector.data());