(...args)
| 11 | value. |
| 12 | */ |
| 13 | function output(...args) { |
| 14 | if (config.debugEnabled) { |
| 15 | // eslint-disable-next-line no-console |
| 16 | console.log.apply(this, args); |
| 17 | } |
| 18 | } |
| 19 | |
| 20 | //---------------------------------------------------------------- |
| 21 | /* Sends a text message |