diff --git a/lib/cloudfunc.js b/lib/cloudfunc.js index 32aee1e3..ad31f0c6 100644 --- a/lib/cloudfunc.js +++ b/lib/cloudfunc.js @@ -3,7 +3,6 @@ var Util; (function(scope, Util) { 'use strict'; - if (typeof module === 'object' && module.exports) { Util = require('./util'); module.exports = new CloudFuncProto(Util);