Console message remove

This commit is contained in:
Remy Sharp 2012-06-21 12:50:27 +01:00
parent 36d7331d81
commit 52f4e2785e

View File

@ -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 () {