Browse Source

graphite: do not show error for cancelled requests, fixes #9249

Torkel Ödegaard 8 years ago
parent
commit
bbe191a975
1 changed files with 0 additions and 1 deletions
  1. 0 1
      public/app/plugins/datasource/graphite/query_ctrl.ts

+ 0 - 1
public/app/plugins/datasource/graphite/query_ctrl.ts

@@ -184,7 +184,6 @@ export class GraphiteQueryCtrl extends QueryCtrl {
       altSegments.unshift(this.uiSegmentSrv.newSegment('*'));
       return altSegments;
     }).catch(err => {
-      appEvents.emit('alert-error', ['Error', err]);
       return [];
     });
   }