From: Arun Persaud Date: Mon, 18 Jan 2010 01:50:14 +0000 (-0800) Subject: removed some debug messages X-Git-Tag: gtk-20100118~8 X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=53f5ea1f13e596fa2d9f69cb8ea68b30aafa7257 removed some debug messages --- diff --git a/interface.c b/interface.c index e1a2069..7d11a56 100644 --- a/interface.c +++ b/interface.c @@ -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); }; diff --git a/xboard.c b/xboard.c index 6c37b65..4e5a335 100644 --- 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);