removed a debug message. Closes #373

This commit is contained in:
oy 2011-01-06 13:21:13 +01:00
parent 418dd8eccc
commit 73010e7d2e

View file

@ -127,7 +127,6 @@ int CLayerQuads::BrushGrab(CLayerGroup *pBrush, CUIRect Rect)
if(px > Rect.x && px < Rect.x+Rect.w && py > Rect.y && py < Rect.y+Rect.h)
{
m_pEditor->Console()->Print(IConsole::OUTPUT_LEVEL_DEBUG, "editor", "grabbed one");
CQuad n;
n = *q;