mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-12-25 06:53:36 +00:00
Remove debug code.
This commit is contained in:
parent
128d39903d
commit
b1efd97c40
@ -379,8 +379,6 @@ export default {
|
|||||||
searchParams.set("index", this.index + 1);
|
searchParams.set("index", this.index + 1);
|
||||||
break;
|
break;
|
||||||
case "list":
|
case "list":
|
||||||
console.log(this.index);
|
|
||||||
console.log(this.playlist.relatedStreams.length);
|
|
||||||
if (this.index < this.playlist.relatedStreams.length)
|
if (this.index < this.playlist.relatedStreams.length)
|
||||||
searchParams.set("list", params.list);
|
searchParams.set("list", params.list);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user