Make stdout quieter.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Wed, 3 Oct 2007 02:17:55 +0000 (02:17 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Wed, 3 Oct 2007 02:17:55 +0000 (02:17 +0000)
git-svn-id: http://svn.voria.com/code@821 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/src/synfigapp/main.cpp

index 7c1f8bb..ef9df72 100644 (file)
@@ -376,7 +376,7 @@ synfigapp::Main::select_input_device(InputDevice::Handle input_device)
 {
        assert(input_device);
 
-       synfig::info("Input device changed to \"%s\"",input_device->get_id().c_str());
+       // synfig::info("Input device changed to \"%s\"",input_device->get_id().c_str());
 
        selected_input_device_=input_device;