removing debug output

This commit is contained in:
Enno Boland (tox) 2009-10-13 22:02:06 +02:00
parent 499a497b4e
commit 95a6bfcc03
1 changed files with 0 additions and 1 deletions

1
surf.c
View File

@ -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;
}