Remove log
This commit is contained in:
parent
55e3de1cdd
commit
41fd9435a6
|
@ -118,7 +118,6 @@ export class VideoWatchPlaylistComponent {
|
||||||
if (position) this.updatePlaylistIndex(position)
|
if (position) this.updatePlaylistIndex(position)
|
||||||
|
|
||||||
if (redirectToFirst) {
|
if (redirectToFirst) {
|
||||||
console.log(firstAvailableVideo)
|
|
||||||
const extras = {
|
const extras = {
|
||||||
queryParams: {
|
queryParams: {
|
||||||
start: firstAvailableVideo.startTimestamp,
|
start: firstAvailableVideo.startTimestamp,
|
||||||
|
|
Loading…
Reference in New Issue