Editor: Get rid of some debugging output

This commit is contained in:
def 2020-08-08 12:09:03 +02:00
parent 8174dfa779
commit c66201dd22

View file

@ -4388,7 +4388,6 @@ void CEditor::RenderFileDialog()
if(m_FileList[NewIndex].m_IsVisible) if(m_FileList[NewIndex].m_IsVisible)
break; break;
} }
dbg_msg("DEBUG", "NewIndex='%d'", NewIndex);
} }
if(Input()->GetEvent(i).m_Key == KEY_UP) if(Input()->GetEvent(i).m_Key == KEY_UP)
{ {
@ -4397,7 +4396,6 @@ void CEditor::RenderFileDialog()
if(m_FileList[NewIndex].m_IsVisible) if(m_FileList[NewIndex].m_IsVisible)
break; break;
} }
dbg_msg("DEBUG", "NewIndex='%d'", NewIndex);
} }
} }
if(NewIndex > -1 && NewIndex < m_FileList.size()) if(NewIndex > -1 && NewIndex < m_FileList.size())