fix: add temporary logs

This commit is contained in:
Hossein Mehrabi 2023-09-18 13:53:36 +03:30
parent f665045578
commit ab0e258fe2
No known key found for this signature in database
GPG Key ID: 45C04964191AFAA1
1 changed files with 1 additions and 6 deletions

View File

@ -225,12 +225,7 @@ export class UnbodyService {
this.data = newData
callback(this.data)
console.log({
firstLoad: this.firstLoad,
isVercel,
isBuildTime,
sendDiscordNotifications,
})
console.log(process.env.NODE_ENV, !!discordWebhookURL, websiteUrl)
if (!this.firstLoad && !isVercel) {
const changes = isBuildTime ? [] : this.findChanges(oldData, newData)