removed some debug messages
authorArun Persaud <arun@nubati.net>
Mon, 18 Jan 2010 01:50:14 +0000 (17:50 -0800)
committerArun Persaud <arun@nubati.net>
Mon, 18 Jan 2010 01:50:14 +0000 (17:50 -0800)
interface.c
xboard.c

index e1a2069..7d11a56 100644 (file)
@@ -86,10 +86,8 @@ FileNamePopUp(label, def, proc, openMode)
        }
       else 
        {
-         printf( "DEBUG: before call\n");
          /* TODO add indec */
          (*proc)(f, 0, filename);
-         printf( "DEBUG: after call\n");
        }
       g_free (filename);
     };
index 6c37b65..4e5a335 100644 (file)
--- a/xboard.c
+++ b/xboard.c
@@ -5560,7 +5560,6 @@ InputSourceRef AddInputSource(pr, lineByLine, func, closure)
 //
 
     /* TODO: will this work on windows?*/
-    printf("DEBUG: fd=%d %d\n",is->fd,is);
 
     channel = g_io_channel_unix_new(is->fd);
     g_io_channel_set_close_on_unref (channel, TRUE);