From 2a91429802b591b353ceda8c22ef069a707a226d Mon Sep 17 00:00:00 2001 From: jlukic Date: Wed, 11 Feb 2015 16:13:01 -0500 Subject: [PATCH] Remove debug --- tasks/config/project/config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/config/project/config.js b/tasks/config/project/config.js index 4f91e4557..c4f615f67 100644 --- a/tasks/config/project/config.js +++ b/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; }