Просмотр исходного кода

fix(cloudwatch): removed debugger statement

Torkel Ödegaard 9 лет назад
Родитель
Сommit
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';