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; };