浏览代码

don’t need to always log update counter

Artur Paikin 8 年之前
父节点
当前提交
bfb4df14fd
共有 1 个文件被更改,包括 1 次插入1 次删除
  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())
     // console.log('attempting an update...', Date.now())
     // this.frame(state, prev)
     // 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)
     const newEl = this.render(state)
     yo.update(this.el, newEl)
     yo.update(this.el, newEl)