diff --git a/dist/recline.js b/dist/recline.js index c9d4a7b2..71e57b19 100644 --- a/dist/recline.js +++ b/dist/recline.js @@ -3367,10 +3367,6 @@ my.MultiView = Backbone.View.extend({ // note this.model and dataset returned are the same // TODO: set query state ...? this.model.queryState.set(self.state.get('query'), {silent: true}); - this.model.fetch() - .fail(function(error) { - self.notify({message: error.message, category: 'error', persist: true}); - }); }, setReadOnly: function() {