mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-23 11:35:14 +00:00
Remove unnecessary logmessage
This commit is contained in:
parent
85261f7e42
commit
dd44c54c6a
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user