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 +- beos/beos_scaffolding.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; } diff --git a/beos/beos_scaffolding.cpp b/beos/beos_scaffolding.cpp index 536b39e96..63c0be4dc 100644 --- a/beos/beos_scaffolding.cpp +++ b/beos/beos_scaffolding.cpp @@ -1644,7 +1644,7 @@ static BMenuItem *make_menu_item(const char *name, BMessage *message) } else if (accel.Length() > 0) { key = accel[0]; } - printf("MENU: detected accel '%s' mods 0x%08lx, key %d\n", accel.String(), mods, key); + //printf("MENU: detected accel '%s' mods 0x%08lx, key %d\n", accel.String(), mods, key); } // turn ... into ellipsis -- cgit v1.2.3