[EXPLORER] -Remove a debug print that wasn't supposed to be committed.

svn path=/trunk/; revision=74238
This commit is contained in:
Giannis Adamopoulos 2017-03-28 10:22:54 +00:00
parent 9ca6144945
commit 878152ec5b

View file

@ -1641,7 +1641,6 @@ ChangePos:
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: