No need to log window target name.

This commit is contained in:
Michael Drake 2014-10-25 14:59:58 +01:00
parent 423ead2f77
commit 7f6024ed9a
1 changed files with 0 additions and 1 deletions

View File

@ -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;