Remove supererror setup in oauthproxy and apphealthmonitor

This commit is contained in:
Girish Ramakrishnan
2015-09-14 16:37:39 -07:00
parent 5fcba59b3e
commit 236032b4a6
2 changed files with 0 additions and 4 deletions

View File

@@ -5,8 +5,6 @@ exports = module.exports = {
stop: stop
};
require('supererror')({ splatchError: true });
var appdb = require('./appdb.js'),
assert = require('assert'),
clientdb = require('./clientdb.js'),