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

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

index 7b5cfbd..ab6748b 100644 (file)
@@ -329,7 +329,7 @@ IPC::make_connection()
                ret=SmartFILE(fdopen(fd,"w"));
 
 #ifdef _DEBUG
-       synfig::info("uplink fd=%d",fd);
+       // synfig::info("uplink fd=%d",fd);
 #endif
 
        return ret;