Stop the 'canvas_view_changed' messages.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 21 Jan 2008 01:09:52 +0000 (01:09 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 21 Jan 2008 01:09:52 +0000 (01:09 +0000)
git-svn-id: http://svn.voria.com/code@1402 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/src/gtkmm/dock_canvasspecific.cpp

index e05a8e3..534e30b 100644 (file)
@@ -165,11 +165,11 @@ Dock_CanvasSpecific::canvas_view_changed()
        }
 */
 
-#ifdef _DEBUG
-       synfig::info("%s canvas_view_changed: start",get_local_name().c_str());
-#endif
+// #ifdef _DEBUG
+//     synfig::info("%s canvas_view_changed: start",get_local_name().c_str());
+// #endif
        changed_canvas_view_vfunc(canvas_view);
-#ifdef _DEBUG
-       synfig::info("%s canvas_view_changed: end",get_local_name().c_str());
-#endif
+// #ifdef _DEBUG
+//     synfig::info("%s canvas_view_changed: end",get_local_name().c_str());
+// #endif
 }