Remove superfluous error checking

pull/37/head
Thomas Kluyver 12 years ago
parent 590ba19ac3
commit 825284bc6d

@ -65,9 +65,6 @@ define([
} else {
var that = this;
this.create_view(model, {cell: cell, callback: function(view) {
if (view === null) {
console.error("View creation failed", model);
}
that._handle_display_view(view);
if (cell.widget_subarea) {
cell.widget_subarea.append(view.$el);

Loading…
Cancel
Save