mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
Remove useless log
This commit is contained in:
@@ -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();
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user