diff --git a/public/app/core/services/alert_srv.ts b/public/app/core/services/alert_srv.ts index 971743b7285..3003e59c74b 100644 --- a/public/app/core/services/alert_srv.ts +++ b/public/app/core/services/alert_srv.ts @@ -28,10 +28,6 @@ export class AlertSrv { }, this.$rootScope); appEvents.on('confirm-modal', this.showConfirmModal.bind(this)); - - this.$rootScope.onAppEvent('confirm-modal', (e, data) => { - this.showConfirmModal(data); - }, this.$rootScope); } set(title, text, severity, timeout) {