From: Dana Jansens Date: Wed, 30 May 2007 22:05:26 +0000 (+0000) Subject: remove the debug print X-Git-Tag: openbox-3_3_995-RELEASE~28 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=bc41892b28512d8825458800b45baf8fdc637616;p=dana%2Fopenbox.git remove the debug print --- 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;