From c66201dd220ad3ba34e1580d0954ca8e42428114 Mon Sep 17 00:00:00 2001 From: def Date: Sat, 8 Aug 2020 12:09:03 +0200 Subject: [PATCH] Editor: Get rid of some debugging output --- src/game/editor/editor.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/game/editor/editor.cpp b/src/game/editor/editor.cpp index 011e386cb..64e133d35 100644 --- a/src/game/editor/editor.cpp +++ b/src/game/editor/editor.cpp @@ -4388,7 +4388,6 @@ void CEditor::RenderFileDialog() if(m_FileList[NewIndex].m_IsVisible) break; } - dbg_msg("DEBUG", "NewIndex='%d'", NewIndex); } if(Input()->GetEvent(i).m_Key == KEY_UP) { @@ -4397,7 +4396,6 @@ void CEditor::RenderFileDialog() if(m_FileList[NewIndex].m_IsVisible) break; } - dbg_msg("DEBUG", "NewIndex='%d'", NewIndex); } } if(NewIndex > -1 && NewIndex < m_FileList.size())