Removes forgotten console.log

This commit is contained in:
luixal 2021-01-07 21:26:22 +01:00
parent 1ddf394176
commit b6782c92b5

View File

@ -45,7 +45,6 @@ export default {
}
}
}
console.log(this.item.refreshInterval);
if (this.item.refreshInterval) setTimeout(this.getMessage, this.item.refreshInterval);
},