diff --git a/lib/index.js b/lib/index.js index 161ae44a..91ca80f5 100644 --- a/lib/index.js +++ b/lib/index.js @@ -231,11 +231,6 @@ var Client = module.exports = function (config) { if (!self[section]) { self[section] = {} - // add a utility function 'getFooApi()', which returns the - // section to which functions are attached. - self[toCamelCase('get-' + section + '-api')] = function () { - return self[section] - } } self[section][funcName] = function (msg, callback) {