From 95a6bfcc036d8a8f90b5231a710940d89dc58631 Mon Sep 17 00:00:00 2001 From: "Enno Boland (tox)" Date: Tue, 13 Oct 2009 22:02:06 +0200 Subject: [PATCH] removing debug output --- surf.c | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.20.1