gegl r2020 - trunk/gegl
- From: ok svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2020 - trunk/gegl
- Date: Wed, 13 Feb 2008 23:39:09 +0000 (GMT)
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]