From f5fb2fb93682f7e6101847136973f49df4827bb8 Mon Sep 17 00:00:00 2001 From: git-directory-deploy <> Date: Thu, 28 Jan 2021 15:27:38 +0100 Subject: [PATCH] publish: handle manual execution generated from commit 591afbe5cbee55ae0090ec8d1c14c49a066d30de --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index ab25ad4..e915aa5 100644 --- a/index.js +++ b/index.js @@ -137,7 +137,6 @@ const loadCurveURL = `${baseUrl}/v4/metering_data/consumption_load_curve` async function start(fields, cozyParameters, doRetry = true) { log('info', 'Starting the enedis konnector') log('info', `Manual execution: ${manualExecution}`) - log('info', `Start_date: ${startDailyDateString}`) const accountId = getAccountId() let usage_point_id = '' try { -- GitLab