From 52f4e2785e783e1cb7be86a790c5ce5a39d4f6bb Mon Sep 17 00:00:00 2001 From: Remy Sharp Date: Thu, 21 Jun 2012 12:50:27 +0100 Subject: [PATCH] Console message remove --- public/js/editors/panel.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/js/editors/panel.js b/public/js/editors/panel.js index a6657794..055940fc 100644 --- a/public/js/editors/panel.js +++ b/public/js/editors/panel.js @@ -219,8 +219,6 @@ Panel.prototype = { }, codeSet: false, focus: function () { - console.trace(); - console.log('setting focus to ' + this.id); jsbin.panels.focus(this); }, render: function () {