Author: abrander
Date: 2010-12-30 22:07:45 +0100 (Thu, 30 Dec 2010)
New Revision: 3768

Modified:
   trunk/librawstudio/rs-debug.c
Log:
Removed debug printf from rs_debug_setup().

Modified: trunk/librawstudio/rs-debug.c
===================================================================
--- trunk/librawstudio/rs-debug.c       2010-12-30 21:02:02 UTC (rev 3767)
+++ trunk/librawstudio/rs-debug.c       2010-12-30 21:07:45 UTC (rev 3768)
@@ -18,7 +18,6 @@
  */
 
 #include "rs-debug.h"
-#include "stdio.h"
 
 guint rs_debug_flags = 0;
 
@@ -34,5 +33,4 @@
 rs_debug_setup(const gchar *debug_string)
 {
        rs_debug_flags = g_parse_debug_string(debug_string, rs_debug_keys, 
G_N_ELEMENTS(rs_debug_keys));
-       printf("rs_debug_setup(%s): %x\n", debug_string, rs_debug_flags);
 }


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to