Remove unnecessary logmessage

This commit is contained in:
Matthias 2021-09-18 19:42:07 +02:00
parent 85261f7e42
commit dd44c54c6a

View File

@ -195,7 +195,6 @@ export default class NavBar extends Vue {
} }
setOpenTradesAsPill(tradeCount: number) { setOpenTradesAsPill(tradeCount: number) {
console.log('setPill', tradeCount);
if (!this.favicon) { if (!this.favicon) {
this.favicon = new Favico({ this.favicon = new Favico({
animation: 'none', animation: 'none',