gegl r2020 - trunk/gegl



Author: ok
Date: Wed Feb 13 23:39:09 2008
New Revision: 2020
URL: http://svn.gnome.org/viewvc/gegl?rev=2020&view=rev

Log:
removed accidentally left debug g_printf

Modified:
   trunk/gegl/gegl-init.c

Modified: trunk/gegl/gegl-init.c
==============================================================================
--- trunk/gegl/gegl-init.c	(original)
+++ trunk/gegl/gegl-init.c	Wed Feb 13 23:39:09 2008
@@ -264,7 +264,6 @@
             {
               gchar *makefile_path = g_malloc (strlen (module_path) + 20);
               g_sprintf (makefile_path, "%s/Makefile", module_path);
-              g_printf ("%s\n", makefile_path);
               if (!g_file_test (makefile_path, G_FILE_TEST_EXISTS))
                 g_file_set_contents (makefile_path, makefile (), -1, NULL);
               g_free (makefile_path);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]