Suppress a spammy log trace

This commit is contained in:
EliteMasterEric 2024-09-16 21:54:33 -04:00
parent d710318830
commit 811caf6b70

View file

@ -5615,7 +5615,7 @@ class ChartEditorState extends UIState // UIState derives from MusicBeatState
}
else
{
trace('Ignoring keybinds for View menu items because we are in live input mode (${currentLiveInputStyle}).');
// trace('Ignoring keybinds for View menu items because we are in live input mode (${currentLiveInputStyle}).');
}
}