Remove extra logging

This commit is contained in:
Mohammad Fares 2018-10-14 21:39:27 +03:00
parent 992a2e179d
commit 5e1e42d663

View File

@ -198,7 +198,6 @@ function getDefaultConfig() {
// The global config file exists // The global config file exists
if (isFile(globalConfigPath)) { if (isFile(globalConfigPath)) {
console.log('globalConfigPath');
return loadYAML(globalConfigPath); return loadYAML(globalConfigPath);
} }