mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Remove leftover console.log (#27766)
This commit is contained in:
parent
844dd9e8f0
commit
267f3e7389
@ -2664,7 +2664,6 @@ StatsGroupFieldIdContext.prototype.fieldId = function() {
|
|||||||
return this.getTypedRuleContext(FieldIdContext, 0);
|
return this.getTypedRuleContext(FieldIdContext, 0);
|
||||||
};
|
};
|
||||||
StatsGroupFieldIdContext.prototype.enterRule = function(listener) {
|
StatsGroupFieldIdContext.prototype.enterRule = function(listener) {
|
||||||
console.log(this);
|
|
||||||
if (listener instanceof ScrollQLParserListener) {
|
if (listener instanceof ScrollQLParserListener) {
|
||||||
listener.enterStatsGroupFieldId(this);
|
listener.enterStatsGroupFieldId(this);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user