瀏覽代碼

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