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);
|
current: PlaybackMode = $state(PlaybackMode.Linear);
|
||||||
|
|
||||||
next = function() {
|
next = function() {
|
||||||
console.log(this.current)
|
|
||||||
if (this.current == PlaybackMode.LoopQueue) {
|
if (this.current == PlaybackMode.LoopQueue) {
|
||||||
this.current = -1;
|
this.current = -1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue