From bc41892b28512d8825458800b45baf8fdc637616 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 30 May 2007 22:05:26 +0000 Subject: [PATCH] remove the debug print --- parser/parse.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/parser/parse.c b/parser/parse.c index 89273811..f344c8aa 100644 --- a/parser/parse.c +++ b/parser/parse.c @@ -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; -- 2.34.1