don’t need to always log update counter

This commit is contained in:
Artur Paikin 2017-03-02 23:21:11 -05:00
parent 48190e8d17
commit bfb4df14fd

View file

@ -45,7 +45,7 @@ module.exports = class Plugin {
// console.log('attempting an update...', Date.now())
// this.frame(state, prev)
this.core.log('update number: ' + this.core.updateNum++)
// this.core.log('update number: ' + this.core.updateNum++)
const newEl = this.render(state)
yo.update(this.el, newEl)