remove the debug print
authorDana Jansens <danakj@orodu.net>
Wed, 30 May 2007 22:05:26 +0000 (22:05 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 30 May 2007 22:05:26 +0000 (22:05 +0000)
parser/parse.c

index 8927381..f344c8a 100644 (file)
@@ -166,8 +166,6 @@ gboolean parse_load(const gchar *path, const gchar *rootname,
 {
     struct stat s;
 
-    g_print("Trying to load file %s for %s\n", path, rootname);
-
     if (stat(path, &s) < 0)
         return FALSE;