summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-10-25 14:59:58 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2014-10-25 14:59:58 +0100
commit7f6024ed9a202e7eec7819de0ba5ebc36ccc7967 (patch)
tree303608d43d6f31427b0149bf8aec2b3488836f00
parent423ead2f77f802c02bd93810c2885ba682f5aa33 (diff)
downloadnetsurf-7f6024ed9a202e7eec7819de0ba5ebc36ccc7967.tar.gz
netsurf-7f6024ed9a202e7eec7819de0ba5ebc36ccc7967.tar.bz2
No need to log window target name.
-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;