mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-05 06:09:47 +02:00
Remove logging left in by mistake.
This commit is contained in:
parent
b9b5e0ca09
commit
7c9c74de94
@ -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!
|
||||
|
Loading…
x
Reference in New Issue
Block a user