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:
parent
c3920bfba1
commit
b38e9b0cac
@ -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';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user