removing debug output
authorEnno Boland (tox) <tox@s01.de>
Tue, 13 Oct 2009 20:02:06 +0000 (22:02 +0200)
committerEnno Boland (tox) <tox@s01.de>
Tue, 13 Oct 2009 20:02:06 +0000 (22:02 +0200)
surf.c

diff --git a/surf.c b/surf.c
index 1b9fbe7..8c83eff 100644 (file)
--- a/surf.c
+++ b/surf.c
@@ -136,7 +136,6 @@ buildpath(const gchar *path) {
        /* creating file (gives error when apath ends with "/") */
        if((f = g_fopen(apath, "a")))
                fclose(f);
-       puts(apath);
        return apath;
 }