From 5e1e42d663f54ae407c648d42de686cfcd37fea8 Mon Sep 17 00:00:00 2001 From: Mohammad Fares Date: Sun, 14 Oct 2018 21:39:27 +0300 Subject: [PATCH] Remove extra logging --- utility.js | 1 - 1 file changed, 1 deletion(-) diff --git a/utility.js b/utility.js index e4f3258..48e2a30 100644 --- a/utility.js +++ b/utility.js @@ -198,7 +198,6 @@ function getDefaultConfig() { // The global config file exists if (isFile(globalConfigPath)) { - console.log('globalConfigPath'); return loadYAML(globalConfigPath); }