Explorar o código

fix(cloudwatch): removed debugger statement

Torkel Ödegaard %!s(int64=9) %!d(string=hai) anos
pai
achega
b38e9b0cac
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      public/app/plugins/datasource/cloudwatch/config_ctrl.ts

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