소스 검색

fix(cloudwatch): removed debugger statement

Torkel Ödegaard 9 년 전
부모
커밋
b38e9b0cac
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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';