Removed Debug logging
This commit is contained in:
parent
652e8afc37
commit
d9fcdcf930
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@
|
|||
current: PlaybackMode = $state(PlaybackMode.Linear);
|
||||
|
||||
next = function() {
|
||||
console.log(this.current)
|
||||
if (this.current == PlaybackMode.LoopQueue) {
|
||||
this.current = -1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue