From ab0e258fe274fdfd8e0f1a9bebbf71c639a8f95d Mon Sep 17 00:00:00 2001 From: Hossein Mehrabi Date: Mon, 18 Sep 2023 13:53:36 +0330 Subject: [PATCH] fix: add temporary logs --- src/services/unbody/unbody.service.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/services/unbody/unbody.service.ts b/src/services/unbody/unbody.service.ts index c16e96d..9ac25bb 100644 --- a/src/services/unbody/unbody.service.ts +++ b/src/services/unbody/unbody.service.ts @@ -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)