From be34a627bb17bc13855497faedc220a095da2be5 Mon Sep 17 00:00:00 2001 From: Ifedapo Olarewaju Date: Mon, 20 Feb 2017 11:56:32 +0100 Subject: [PATCH] debug: remove log messages --- src/plugins/Plugin.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugins/Plugin.js b/src/plugins/Plugin.js index d01435677..a872d8d5f 100644 --- a/src/plugins/Plugin.js +++ b/src/plugins/Plugin.js @@ -32,8 +32,6 @@ module.exports = class Plugin { const newEl = this.render(state) yo.update(this.el, newEl) - console.log('plugin update') - console.log(state) // optimizes performance? // requestAnimationFrame(() => { // const newEl = this.render(state)