mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
removed a debug message. Closes #373
This commit is contained in:
parent
418dd8eccc
commit
73010e7d2e
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue