From b38e9b0caca8bbe9fe89d1894529b4ff9dc63dea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 14 Dec 2016 20:40:02 +0100 Subject: [PATCH] fix(cloudwatch): removed debugger statement --- public/app/plugins/datasource/cloudwatch/config_ctrl.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/public/app/plugins/datasource/cloudwatch/config_ctrl.ts b/public/app/plugins/datasource/cloudwatch/config_ctrl.ts index bfa12d50a65..a60cd6ae8c9 100644 --- a/public/app/plugins/datasource/cloudwatch/config_ctrl.ts +++ b/public/app/plugins/datasource/cloudwatch/config_ctrl.ts @@ -12,7 +12,6 @@ export class CloudWatchConfigCtrl { /** @ngInject */ constructor($scope) { - debugger; this.current.jsonData.timeField = this.current.jsonData.timeField || '@timestamp'; this.current.jsonData.authType = this.current.jsonData.authType || 'credentials';