From 7c9c74de94b177b007bf51f62a56d20329ae3f20 Mon Sep 17 00:00:00 2001 From: James Crook Date: Mon, 1 May 2017 23:09:42 +0100 Subject: [PATCH] Remove logging left in by mistake. --- src/toolbars/ToolBar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/toolbars/ToolBar.cpp b/src/toolbars/ToolBar.cpp index de68255c1..d6791d233 100644 --- a/src/toolbars/ToolBar.cpp +++ b/src/toolbars/ToolBar.cpp @@ -465,7 +465,7 @@ void ToolBar::Create( wxWindow *parent ) void ToolBar::ReCreateButtons() { wxSize sz3 = GetSize(); - wxLogDebug( "x:%i y:%i",sz3.x, sz3.y); + //wxLogDebug( "x:%i y:%i",sz3.x, sz3.y); // SetSizer(NULL) detaches mHSizer and deletes it. // Do not use Detach() here, as that attempts to detach mHSizer from itself!