Commit 267f3e73 by kay delaney Committed by GitHub

Chore: Remove leftover console.log (#27766)

parent 844dd9e8
......@@ -2664,7 +2664,6 @@ StatsGroupFieldIdContext.prototype.fieldId = function() {
return this.getTypedRuleContext(FieldIdContext, 0);
};
StatsGroupFieldIdContext.prototype.enterRule = function(listener) {
console.log(this);
if (listener instanceof ScrollQLParserListener) {
listener.enterStatsGroupFieldId(this);
}
......
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