From 96ecf115bd5db526fa2d5fe4757fd6ef60afd7cd Mon Sep 17 00:00:00 2001 From: Carlos Lopez Date: Tue, 16 Feb 2010 16:51:26 +0100 Subject: [PATCH] Make less verbose insert waypoint smart. It would help for dragging keyframes --- synfig-studio/src/synfigapp/actions/waypointsetsmart.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/synfig-studio/src/synfigapp/actions/waypointsetsmart.cpp b/synfig-studio/src/synfigapp/actions/waypointsetsmart.cpp index eb403ac..ade47dc 100644 --- a/synfig-studio/src/synfigapp/actions/waypointsetsmart.cpp +++ b/synfig-studio/src/synfigapp/actions/waypointsetsmart.cpp @@ -310,8 +310,8 @@ Action::WaypointSetSmart::enclose_waypoint(const synfig::Waypoint& waypoint) try { value_node->find(keyframe.get_time()); - synfig::info(__FILE__":%d: time=%s",__LINE__,keyframe.get_time().get_string().c_str()); - synfig::info(__FILE__":%d: waypointtime=%s",__LINE__,value_node->find(keyframe.get_time())->get_time().get_string().c_str()); + //synfig::info(__FILE__":%d: time=%s",__LINE__,keyframe.get_time().get_string().c_str()); + //synfig::info(__FILE__":%d: waypointtime=%s",__LINE__,value_node->find(keyframe.get_time())->get_time().get_string().c_str()); } catch(synfig::Exception::NotFound) -- 2.7.4