mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-21 19:31:52 -04:00
oops remove trace
This commit is contained in:
parent
286e657472
commit
2c5c196cdc
1 changed files with 0 additions and 2 deletions
|
@ -104,8 +104,6 @@ class ControlsMenu extends Page<OptionsState.OptionsMenuPageName>
|
|||
|
||||
// Extract prefix including the underscore (e.g., "NOTE_")
|
||||
var prefix = (underscoreIndex != -1) ? name.substr(0, underscoreIndex + 1) : "";
|
||||
trace('Name: ' + name);
|
||||
trace('Prefix: ' + prefix);
|
||||
|
||||
if (currentHeader != prefix && name.indexOf(prefix) == 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue