about summary refs log tree commit diff
path: root/src/game
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-01-06 13:21:13 +0100
committeroy <Tom_Adams@web.de>2011-01-06 13:21:13 +0100
commit73010e7d2e501c08bcc10adf26c3c0084e5f6553 (patch)
treea976bbf906ea31b7a63b3c2055978b8871784f24 /src/game
parent418dd8eccc5ab881b8c05dd857603ce0ccf6cd6c (diff)
downloadzcatch-73010e7d2e501c08bcc10adf26c3c0084e5f6553.tar.gz
zcatch-73010e7d2e501c08bcc10adf26c3c0084e5f6553.zip
removed a debug message. Closes #373
Diffstat (limited to 'src/game')
-rw-r--r--src/game/editor/ed_layer_quads.cpp1
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;