remove bopper trace

This commit is contained in:
Cameron Taylor 2024-06-24 13:34:33 -04:00
parent 78bbf5a7aa
commit aa24dc4aa0

View file

@ -200,12 +200,10 @@ class Bopper extends StageProp implements IPlayStateScriptedClass
{ {
if (hasDanced) if (hasDanced)
{ {
trace('DanceRight (alternate)');
playAnimation('danceRight$idleSuffix', forceRestart); playAnimation('danceRight$idleSuffix', forceRestart);
} }
else else
{ {
trace('DanceLeft (alternate)');
playAnimation('danceLeft$idleSuffix', forceRestart); playAnimation('danceLeft$idleSuffix', forceRestart);
} }
hasDanced = !hasDanced; hasDanced = !hasDanced;