From bfb4df14fd11f665ef0d2a3a24cc65721cde3003 Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Thu, 2 Mar 2017 23:21:11 -0500 Subject: [PATCH] =?UTF-8?q?don=E2=80=99t=20need=20to=20always=20log=20upda?= =?UTF-8?q?te=20counter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/Plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)