1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-17 16:50:26 +02:00

Remove debug logging

This commit is contained in:
lllucius 2014-12-13 03:14:33 +00:00
parent a3112e5aeb
commit f7837eea1b

View File

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