feature(config) rm tryRequire

This commit is contained in:
coderaiser 2014-12-04 10:51:00 -05:00
parent 846f91997b
commit f38d65c93f

View file

@ -18,10 +18,9 @@
check = Util.check,
tryRequire = require(DIR_SERVER + 'tryRequire'),
tryOptions = {log: true, exit: true},
pipe = tryRequire('pipe-io', tryOptions),
ponse = tryRequire('ponse', tryOptions),
pipe = require('pipe-io'),
ponse = require('ponse'),
apiURL = CloudFunc.apiURL,