mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Remove debug code.
This commit is contained in:
parent
128d39903d
commit
b1efd97c40
1 changed files with 0 additions and 2 deletions
|
@ -379,8 +379,6 @@ export default {
|
|||
searchParams.set("index", this.index + 1);
|
||||
break;
|
||||
case "list":
|
||||
console.log(this.index);
|
||||
console.log(this.playlist.relatedStreams.length);
|
||||
if (this.index < this.playlist.relatedStreams.length)
|
||||
searchParams.set("list", params.list);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue