Remove console logs

This commit is contained in:
Preston 2020-08-08 18:08:50 -04:00
parent 07f35da5be
commit 4a82822c69
1 changed files with 0 additions and 2 deletions

View File

@ -75,9 +75,7 @@ export default Vue.extend({
if ((newVideoIndex - 1) !== oldVideoIndex) {
// User clicked a different video than expected. Re-shuffle the list
console.log(this.randomizedPlaylistItems)
this.shufflePlaylistItems()
console.log(this.randomizedPlaylistItems)
}
}
}