Skip to content

Commit

Permalink
cr-tweaks remove unused isNotEmpty function
Browse files Browse the repository at this point in the history
  • Loading branch information
billneff79 committed Oct 19, 2018
1 parent 8f526cf commit 7ba0953
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,6 @@ class Convo {
return this.processMethod('Button', obj);
}

static isNotEmpty(str) {
return str && str.trim() !== '';
}

static complete(convo, action = 'close', options = { log: false, logFunc: null }) {
if (!convo.conv){
if (options.log) {
Expand Down

0 comments on commit 7ba0953

Please sign in to comment.