From: rwst Date: Fri, 19 May 2006 18:26:07 +0000 (+0000) Subject: remove debug output, fixes part of #1412779 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1484a695404d7664c804f73e0014189a4e07e312;p=inkscape.git remove debug output, fixes part of #1412779 --- diff --git a/src/slideshow.cpp b/src/slideshow.cpp index d2bb39790..0c14e51a4 100644 --- a/src/slideshow.cpp +++ b/src/slideshow.cpp @@ -60,7 +60,7 @@ sp_slideshow_event (SPViewWidget *vw, GdkEvent *event, GtkWidget *window) } nname = (const gchar*)g_slist_nth_data (slides, idx); - g_print ("Old %s new %s\n", fname, nname); +// g_print ("Old %s new %s\n", fname, nname); if (nname && (nname != fname)) { SPDocument *doc;