From eaed663311cc6b8fca5daf767574996e377c5863 Mon Sep 17 00:00:00 2001 From: Mark Moffat Date: Fri, 3 Jan 2020 18:51:45 +1030 Subject: [PATCH] Removed debug line --- lib/common.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/common.js b/lib/common.js index 2c2e73f..d33e138 100755 --- a/lib/common.js +++ b/lib/common.js @@ -310,8 +310,6 @@ const getConfig = () => { process.exit(1); } - console.log('config', config); - return config; };