ソースを参照

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