diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-10-13 08:05:30 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-10-13 08:05:30 +0000 |
| commit | 4805a6a40e4c09acf81e39a84a93493c4b4893b5 (patch) | |
| tree | deca5eaeea16b807142bbac72174dac108fe3028 /parser | |
| parent | 94901fab5aff85aa47af4d70563f1aec5b5f06be (diff) | |
remove debug prints
Diffstat (limited to 'parser')
| -rw-r--r-- | parser/parse.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/parser/parse.c b/parser/parse.c index 933ca4bc..a791073b 100644 --- a/parser/parse.c +++ b/parser/parse.c @@ -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; |
