diff options
| author | Enno Boland (tox) <tox@s01.de> | 2009-10-13 22:02:06 +0200 | 
|---|---|---|
| committer | Enno Boland (tox) <tox@s01.de> | 2009-10-13 22:02:06 +0200 | 
| commit | 95a6bfcc036d8a8f90b5231a710940d89dc58631 (patch) | |
| tree | 6305f19d8f8a147a143f5b3856f93f5b17ef89e6 | |
| parent | 499a497b4e4a2c3c95a5b41659735fbcb62841e6 (diff) | |
| download | surf-95a6bfcc036d8a8f90b5231a710940d89dc58631.tar.gz surf-95a6bfcc036d8a8f90b5231a710940d89dc58631.tar.bz2 surf-95a6bfcc036d8a8f90b5231a710940d89dc58631.zip  | |
removing debug output
| -rw-r--r-- | surf.c | 1 | 
1 files changed, 0 insertions, 1 deletions
@@ -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;  }  | 
