Browse Source

refactoring: removed double error alert, backendSrv is already showing an error alert

Torkel Ödegaard 8 years ago
parent
commit
2a52e25d5b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      public/app/features/dashboard/history/history.ts

+ 0 - 1
public/app/features/dashboard/history/history.ts

@@ -113,7 +113,6 @@ export class HistoryListCtrl {
         this.delta[this.diff] = response;
       }).catch(err => {
         this.mode = 'list';
-        this.$rootScope.appEvent('alert-error', ['There was an error fetching the diff', (err.message || err)]);
       }).finally(() => { this.loading = false; });
     }
   }