diff --git a/polling.js b/polling.js index f22bb83..d8e4a98 100644 --- a/polling.js +++ b/polling.js @@ -52,7 +52,7 @@ module.exports = Thing.mixin(Parent => class extends Parent { // Perform poll async - and schedule new poll after it has resolved return Promise.resolve(this.poll(isInitial)) .catch(ex => { - this.debug('Could not poll:', ex); + console.log('Could not poll:', ex); return new Error('Polling issue'); }) .then(r => {