From 5a3dc7add107a654bdb453ce975ad6f485c48f5f Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 2 May 2026 10:06:23 +0200 Subject: [PATCH] mapeditor:: removed debug string --- mapeditor.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mapeditor.cpp b/mapeditor.cpp index 29992795..5140923b 100644 --- a/mapeditor.cpp +++ b/mapeditor.cpp @@ -3422,7 +3422,6 @@ EX namespace mapeditor { } if(sym == PSEUDOKEY_RELEASE) { - printf("release\n"); #if CAP_TEXTURE if(mousekey == 'l' && intexture) { texture::config.data.undoLock();