Remove debug

This commit is contained in:
Jackson Harper
2024-03-29 12:28:26 +08:00
parent 3a352a9705
commit b69ba150c5
2 changed files with 4 additions and 35 deletions

View File

@ -343,8 +343,6 @@ export const processYouTubeVideo = async (
return
}
console.log('fetching video id: ', videoId)
let needsUpdate = false
const youtube = new YouTubeClient()
const video = await youtube.getVideo(videoId)
@ -413,7 +411,6 @@ export const processYouTubeVideo = async (
}
}
} catch (err) {
console.log('error: ', err)
logger.warning('error getting youtube metadata: ', {
err,
jobData,