From 26a2a36c6010982d0dcf2a07355edc1e9b00c671 Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Sun, 2 Jun 2013 19:06:17 +0100 Subject: [PATCH] [build][xs]: build. --- dist/recline.js | 4 ---- 1 file changed, 4 deletions(-) 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() {