* Remove/fix up some console.log()'s
This commit is contained in:
@@ -26,7 +26,7 @@ function ConfigCache() {
|
||||
self.cache[filePath] = hjson.parse(data);
|
||||
cb(null, self.cache[filePath]);
|
||||
} catch(e) {
|
||||
console.log(e)
|
||||
Log.error( { filePath : filePath, error : e.toString() }, 'Failed recaching');
|
||||
cb(e);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user