Remove useless log

This commit is contained in:
Samy Pessé
2015-01-30 11:42:18 +01:00
parent 2eb45e4699
commit 5a0dbe8cb7
-1
View File
@@ -92,7 +92,6 @@ Configuration.prototype.load = function() {
}
catch(err) {
if (err instanceof SyntaxError) return Q.reject(err);
console.log(err, err.code);
return Q();
}
})