Skip to content

Commit 7f81961

Browse files
committed
less logging
1 parent 7fe4a01 commit 7f81961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ class AjaxCtrl extends MetricsPanelCtrl {
597597
}
598598
}
599599
}
600-
console.log('UPDATE template', this.panel, txt);
600+
//console.log('UPDATE template', this.panel, txt);
601601

602602
this.ngtemplate.html(txt);
603603
this.$compile(this.ngtemplate.contents())(this.$scope);

0 commit comments

Comments
 (0)