Remove console.log

This commit is contained in:
Preston 2021-04-11 18:51:50 -04:00
parent 519128a99a
commit cd78017540
1 changed files with 0 additions and 1 deletions

View File

@ -139,7 +139,6 @@ export default Vue.extend({
const dataToShow = []
returnData.forEach((video) => {
if (video.type === 'video') {
console.log(video)
const authId = video.author.channelID
const publishDate = video.uploadedAt
let videoDuration = video.duration