mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Editor: Get rid of some debugging output
This commit is contained in:
parent
8174dfa779
commit
c66201dd22
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue