mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(cloudwatch): removed debugger statement
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user