* Update modules

* Remove lingering strip-json-comments
This commit is contained in:
Bryan Ashby 2015-09-10 13:38:36 -06:00
parent 6848df49d1
commit 870e5a9136
3 changed files with 4 additions and 6 deletions

View file

@ -25,7 +25,6 @@ function init(configPath, cb) {
var configJson = hjson.parse(data);
callback(null, configJson);
} catch(e) {
console.log(e)
callback(e);
}
}