diff options
| author | oy <Tom_Adams@web.de> | 2011-01-06 13:21:13 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-01-06 13:21:13 +0100 |
| commit | 73010e7d2e501c08bcc10adf26c3c0084e5f6553 (patch) | |
| tree | a976bbf906ea31b7a63b3c2055978b8871784f24 /src/game/editor | |
| parent | 418dd8eccc5ab881b8c05dd857603ce0ccf6cd6c (diff) | |
| download | zcatch-73010e7d2e501c08bcc10adf26c3c0084e5f6553.tar.gz zcatch-73010e7d2e501c08bcc10adf26c3c0084e5f6553.zip | |
removed a debug message. Closes #373
Diffstat (limited to 'src/game/editor')
| -rw-r--r-- | src/game/editor/ed_layer_quads.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/editor/ed_layer_quads.cpp b/src/game/editor/ed_layer_quads.cpp index 98f50b9e..033dadba 100644 --- a/src/game/editor/ed_layer_quads.cpp +++ b/src/game/editor/ed_layer_quads.cpp @@ -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; |