mirror of https://github.com/bastienwirtz/homer
Removes forgotten console.log
parent
1ddf394176
commit
b6782c92b5
|
@ -45,7 +45,6 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console.log(this.item.refreshInterval);
|
|
||||||
if (this.item.refreshInterval) setTimeout(this.getMessage, this.item.refreshInterval);
|
if (this.item.refreshInterval) setTimeout(this.getMessage, this.item.refreshInterval);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue