Commit b38e9b0c by Torkel Ödegaard

fix(cloudwatch): removed debugger statement

parent c3920bfb
......@@ -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';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment