From 9fef803d1a1386d75c6e087f8e0cf5cc52874219 Mon Sep 17 00:00:00 2001 From: François Revel Date: Fri, 22 Apr 2011 17:59:00 +0000 Subject: Even less debug output. svn path=/trunk/netsurf/; revision=12234 --- beos/beos_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'beos/beos_gui.cpp') diff --git a/beos/beos_gui.cpp b/beos/beos_gui.cpp index 05f6dc7b1..388bc598f 100644 --- a/beos/beos_gui.cpp +++ b/beos/beos_gui.cpp @@ -289,7 +289,7 @@ char *realpath(const char *f, char *buf) strncpy(buf, f, MAXPATHLEN); return NULL; } - printf("RP: '%s'\n", path.Path()); + //printf("RP: '%s'\n", path.Path()); strncpy(buf, path.Path(), MAXPATHLEN); return buf; } -- cgit v1.2.3