X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fipc.cpp;h=e6587b9b688711615941e580dfa4f593d92c5b04;hb=8cb3373792fb02dab67b728ecb4e6dce36269c18;hp=7b5cfbd0ed48e0680d33df57ae9628411e293001;hpb=837b63e9fb829d66d43f4f169861f8979f76820d;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/ipc.cpp b/synfig-studio/trunk/src/gtkmm/ipc.cpp index 7b5cfbd..e6587b9 100644 --- a/synfig-studio/trunk/src/gtkmm/ipc.cpp +++ b/synfig-studio/trunk/src/gtkmm/ipc.cpp @@ -6,6 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2007 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -329,7 +330,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;