summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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