summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois Revel <mmu_man@netsurf-browser.org>2011-04-22 17:59:00 +0000
committerFrançois Revel <mmu_man@netsurf-browser.org>2011-04-22 17:59:00 +0000
commit9fef803d1a1386d75c6e087f8e0cf5cc52874219 (patch)
treef5111d87f83a441d4b81344045e640d8f4a60544
parentbe16cd70c5215a55604ae4b0c75d54eb919192ac (diff)
downloadnetsurf-9fef803d1a1386d75c6e087f8e0cf5cc52874219.tar.gz
netsurf-9fef803d1a1386d75c6e087f8e0cf5cc52874219.tar.bz2
Even less debug output.
svn path=/trunk/netsurf/; revision=12234
-rw-r--r--beos/beos_gui.cpp2
-rw-r--r--beos/beos_scaffolding.cpp2
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