| tremoving debug output - surf - customized build of surf, the suckless webkit b… | |
| git clone git://src.adamsgaard.dk/surf | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 95a6bfcc036d8a8f90b5231a710940d89dc58631 | |
| parent 499a497b4e4a2c3c95a5b41659735fbcb62841e6 | |
| Author: Enno Boland (tox) <[email protected]> | |
| Date: Tue, 13 Oct 2009 22:02:06 +0200 | |
| removing debug output | |
| Diffstat: | |
| M surf.c | 1 - | |
| 1 file changed, 0 insertions(+), 1 deletion(-) | |
| --- | |
| diff --git a/surf.c b/surf.c | |
| t@@ -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; | |
| } | |