Removed Debug logging

This commit is contained in:
Neshura 2024-04-22 20:08:55 +02:00
parent 652e8afc37
commit d9fcdcf930
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -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;
} }