fix(cloudwatch): removed debugger statement

This commit is contained in:
Torkel Ödegaard 2016-12-14 20:40:02 +01:00
parent c3920bfba1
commit b38e9b0cac

View File

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