mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-17 16:50:26 +02:00
Remove debug logging
This commit is contained in:
parent
a3112e5aeb
commit
f7837eea1b
@ -134,8 +134,6 @@ void ToolBarResizer::OnPaint( wxPaintEvent & event )
|
||||
|
||||
wxSize sz = GetSize();
|
||||
|
||||
wxLogDebug(wxT("x = %d y = %d"), sz.x, sz.y);
|
||||
|
||||
AColor::Dark( &dc, false );
|
||||
AColor::Line(dc, sz.x - 4, 0, sz.x - 4, sz.y );
|
||||
AColor::Line(dc, sz.x - 1, 0, sz.x - 1, sz.y );
|
||||
|
Loading…
x
Reference in New Issue
Block a user