From 1a1ebce641ecdd5866720b7f7df30eade12f8269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Bou=C3=A7as?= Date: Fri, 11 Aug 2023 18:10:50 +0100 Subject: [PATCH] chore: oops --- src/utils/deploy/hash-fns.mjs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utils/deploy/hash-fns.mjs b/src/utils/deploy/hash-fns.mjs index bee727e8064..713ca3bbd25 100644 --- a/src/utils/deploy/hash-fns.mjs +++ b/src/utils/deploy/hash-fns.mjs @@ -97,8 +97,6 @@ const hashFns = async ( throw new Error('Missing tmpDir directory for zipping files') } - console.log('---> hashFns', { rootDir }) - const functionZips = await getFunctionZips({ directories, functionsConfig,