remove debug prints
This commit is contained in:
parent
94901fab5a
commit
4805a6a40e
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue