diff --git a/index.js b/index.js index 42ef41f..465f378 100644 --- a/index.js +++ b/index.js @@ -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) {