Author: gadamopoulos Date: Tue Mar 28 10:22:54 2017 New Revision: 74238
URL: http://svn.reactos.org/svn/reactos?rev=74238&view=rev Log: [EXPLORER] -Remove a debug print that wasn't supposed to be committed.
Modified: trunk/reactos/base/shell/explorer/traywnd.cpp
Modified: trunk/reactos/base/shell/explorer/traywnd.cpp URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/traywnd... ============================================================================== --- trunk/reactos/base/shell/explorer/traywnd.cpp [iso-8859-1] (original) +++ trunk/reactos/base/shell/explorer/traywnd.cpp [iso-8859-1] Tue Mar 28 10:22:54 2017 @@ -1641,7 +1641,6 @@ case ABE_BOTTOM: rebarRect.top = rebarRect.bottom - (pRect->bottom - pRect->top - margins.cy); ::SendMessageW(m_Rebar, RB_SIZETORECT, RBSTR_CHANGERECT, (LPARAM)&rebarRect); - ERR("rebarRect: %d, %d, %d,%d\n", rebarRect.top, rebarRect.left, rebarRect.right, rebarRect.bottom); pRect->top = pRect->bottom - (rebarRect.bottom - rebarRect.top + margins.cy); break; case ABE_LEFT: