summaryrefslogtreecommitdiff
path: root/surf.c
diff options
context:
space:
mode:
Diffstat (limited to 'surf.c')
-rw-r--r--surf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/surf.c b/surf.c
index 1b9fbe7..8c83eff 100644
--- 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;
}