Skip to content

Commit

Permalink
remove botkit options
Browse files Browse the repository at this point in the history
  • Loading branch information
patrinhani-ciandt committed Dec 5, 2017
1 parent 2a06acc commit 9a87208
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions lib/abbott.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ module.exports = class {

this.options.platforms = this.options.platforms || {};

this.options.sdks = this.options.sdks || {};
this.options.sdks.botkit = this.options.sdks.botkit || {};

this.options.nlp = this.options.nlp || {};

this.options.storage = this.options.storage || {
Expand Down
4 changes: 0 additions & 4 deletions lib/controllers/base-controler.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ module.exports = class BaseController {
return this.abbottCore.options.platforms[this.key];
}

get botkitConfig() {
return this.abbottCore.options.sdks.botkit;
}

get nlpProcessor() {
return this.abbottCore.nlpProcessor;
}
Expand Down

0 comments on commit 9a87208

Please sign in to comment.