diff --git a/src/plugins/Plugin.js b/src/plugins/Plugin.js index 726b6ab32..3ee22d592 100644 --- a/src/plugins/Plugin.js +++ b/src/plugins/Plugin.js @@ -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)