From 974bf5b2478842e03d66e8cbb5dbccbf32dcda7b Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 17 Jul 2012 20:43:12 +1000 Subject: Remove debug statements. --- win32/ScintillaWin.cxx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx index 2caa685a1..f33cc83eb 100644 --- a/win32/ScintillaWin.cxx +++ b/win32/ScintillaWin.cxx @@ -587,11 +587,6 @@ LRESULT ScintillaWin::WndPaint(uptr_t wParam) { rcPaint = PRectangle(pps->rcPaint.left, pps->rcPaint.top, pps->rcPaint.right, pps->rcPaint.bottom); PRectangle rcClient = GetClientRectangle(); paintingAllText = rcPaint.Contains(rcClient); - if (paintingAllText) { - //Platform::DebugPrintf("Performing full text paint\n"); - } else { - //Platform::DebugPrintf("Performing partial paint %d .. %d\n", rcPaint.top, rcPaint.bottom); - } Paint(surfaceWindow, rcPaint); surfaceWindow->Release(); HRESULT hr = pRenderTarget->EndDraw(); -- cgit v1.2.3