From c88f4d2541fb3352bc2be77d7272db64fcad7e7c Mon Sep 17 00:00:00 2001 From: Michael Shanks Date: Sun, 21 Jun 2020 21:21:24 +0100 Subject: [PATCH] removed debug message --- packages/cli/src/commands/run/runHandler.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/cli/src/commands/run/runHandler.js b/packages/cli/src/commands/run/runHandler.js index 04b21a4ff0..e3f669cf53 100644 --- a/packages/cli/src/commands/run/runHandler.js +++ b/packages/cli/src/commands/run/runHandler.js @@ -5,7 +5,6 @@ module.exports = ({ dir }) => { dir = xPlatHomeDir(dir) process.env.BUDIBASE_DIR = resolve(dir) require("dotenv").config({ path: resolve(dir, ".env") }) - console.log("dotenv loaded") // dont make this a variable or top level require // ti will cause environment module to be loaded prematurely