Browse Source

Remove debug

pull/1785/head
jlukic 9 years ago
parent
commit
2a91429802
1 changed files with 0 additions and 1 deletions
  1. 1
      tasks/config/project/config.js

1
tasks/config/project/config.js

@ -25,7 +25,6 @@ module.exports = {
;
if( fs.existsSync(currentPath) ) {
// found file
console.log(path.normalize(directory));
configPath = path.normalize(directory);
return true;
}

Loading…
Cancel
Save