From: dooglus Date: Tue, 19 Feb 2008 15:34:43 +0000 (+0000) Subject: Removed a few debugging printf()s. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=4078a59a2e1f9b10eed9396557a65bb21909c1b0;p=synfig.git Removed a few debugging printf()s. git-svn-id: http://svn.voria.com/code@1760 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/src/synfigapp/actions/valuedescset.cpp b/synfig-studio/trunk/src/synfigapp/actions/valuedescset.cpp index d4d89db..a5610aa 100644 --- a/synfig-studio/trunk/src/synfigapp/actions/valuedescset.cpp +++ b/synfig-studio/trunk/src/synfigapp/actions/valuedescset.cpp @@ -159,8 +159,6 @@ Action::ValueDescSet::prepare() (value_desc.get_index()==4 || value_desc.get_index()==5) && (*value_desc.get_parent_value_node())(time).get(BLinePoint()).get_split_tangent_flag()==false) { - printf("a tangent got changed - #%d\n", value_desc.get_index()-3); - { ValueNode_Composite::Handle parent_value_node; parent_value_node=parent_value_node.cast_dynamic(value_desc.get_parent_value_node()); @@ -168,11 +166,9 @@ Action::ValueDescSet::prepare() Vector t1((*parent_value_node->get_link("t1"))(time)); Vector t2((*parent_value_node->get_link("t2"))(time)); - printf("current values are: t1(%.2f, %2.f) t2(%.2f, %.2f)\n", t1[0], t1[1], t2[0], t2[1]); } if (value_desc.get_index()==4) { - printf("copying change to tangent 2\n"); ValueNode_Composite::Handle parent_value_node; parent_value_node=parent_value_node.cast_dynamic(value_desc.get_parent_value_node());