remove git rev loading from bookrc

This commit is contained in:
Roman Shtylman
2015-08-02 11:46:34 -07:00
parent 41b7e3f63d
commit 01656ecf60

View File

@@ -1,7 +1,7 @@
/// bookrc logging setup
var log = require('book').default();
log.use(require('book-git')(__dirname));
//log.use(require('book-git')(__dirname));
log.use(require('book-raven')(process.env.SENTRY_DSN));
process.on('uncaughtException', function(err) {