all repos — openbox @ 4805a6a40e4c09acf81e39a84a93493c4b4893b5

openbox fork - make it a bit more like ryudo

remove debug prints
Dana Jansens danakj@orodu.net
commit

4805a6a40e4c09acf81e39a84a93493c4b4893b5

parent

94901fab5aff85aa47af4d70563f1aec5b5f06be

1 files changed, 0 insertions(+), 2 deletions(-)

jump to
M parser/parse.cparser/parse.c

@@ -267,10 +267,8 @@

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;