Remove console logs
This commit is contained in:
parent
07f35da5be
commit
4a82822c69
|
@ -75,9 +75,7 @@ export default Vue.extend({
|
||||||
|
|
||||||
if ((newVideoIndex - 1) !== oldVideoIndex) {
|
if ((newVideoIndex - 1) !== oldVideoIndex) {
|
||||||
// User clicked a different video than expected. Re-shuffle the list
|
// User clicked a different video than expected. Re-shuffle the list
|
||||||
console.log(this.randomizedPlaylistItems)
|
|
||||||
this.shufflePlaylistItems()
|
this.shufflePlaylistItems()
|
||||||
console.log(this.randomizedPlaylistItems)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue