]> Dogcows Code - chaz/openbox/commitdiff
remove debug prints
authorDana Jansens <danakj@orodu.net>
Mon, 13 Oct 2003 08:05:30 +0000 (08:05 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 13 Oct 2003 08:05:30 +0000 (08:05 +0000)
parser/parse.c

index 933ca4bc7f56e24bd87c5c281e45f66247a0af46..a791073bfc1eddd5ea08a38bb5dd68130967987a 100644 (file)
@@ -267,10 +267,8 @@ static GSList* split_paths(const gchar *paths)
     c = g_strdup(paths);
     s = c;
     e = c - 1;
-    g_message("paths %s", paths);
     while ((e = strchr(e + 1, ':'))) {
         *e = '\0';
-        g_message("s %s", s);
         if (s[0] != '\0')
             list = g_slist_append(list, g_strdup(s));
         s = e + 1;
This page took 0.023755 seconds and 4 git commands to generate.