Browse Source

don’t need to always log update counter

Artur Paikin 8 years ago
parent
commit
bfb4df14fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/plugins/Plugin.js

+ 1 - 1
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)