Kaynağa Gözat

fix(cloudwatch): removed debugger statement

Torkel Ödegaard 9 yıl önce
ebeveyn
işleme
b38e9b0cac

+ 0 - 1
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';