Removes forgotten console.log

pull/175/head
luixal 2021-01-07 21:26:22 +01:00
parent 1ddf394176
commit b6782c92b5
1 changed files with 0 additions and 1 deletions

View File

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