removing debug output
This commit is contained in:
parent
499a497b4e
commit
95a6bfcc03
1 changed files with 0 additions and 1 deletions
1
surf.c
1
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue