From 66ad8bac54a596fee1f5dd4e3acccf0f9464f487 Mon Sep 17 00:00:00 2001 From: Bastien Dumont <bdumont@grandlyon.com> Date: Fri, 24 May 2024 11:33:03 +0200 Subject: [PATCH] publish: chore: fix few types errors generated from commit c288effda9d500cf28ccbd61a0f9e0841af47531 --- index.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/index.js b/index.js index ababb27..b55bacd 100644 --- a/index.js +++ b/index.js @@ -129,13 +129,6 @@ async function start(fields, cozyParameters) { boToken = cozyParameters.secret.boToken } - log('error', 'BO URL') - log('error', boBaseUrl) - log('error', 'END BO URL') - - log('error', 'TOKEN') - log('error', boToken) - // Prevent missing configuration if ( !baseUrl || -- GitLab