summaryrefslogtreecommitdiff
path: root/beos
diff options
context:
space:
mode:
Diffstat (limited to 'beos')
-rw-r--r--beos/window.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/beos/window.cpp b/beos/window.cpp
index 9973c852f..7eb8901fc 100644
--- a/beos/window.cpp
+++ b/beos/window.cpp
@@ -955,7 +955,6 @@ static void gui_window_destroy(struct gui_window *g)
assert(g != NULL);
assert(g->bw != NULL);
LOG((" Scaffolding: %p", g->scaffold));
- LOG((" Window name: %s", g->bw->name));
if (g->view == NULL)
return;