Chore: Remove leftover console.log (#27766)

This commit is contained in:
kay delaney
2020-09-24 15:51:38 +01:00
committed by GitHub
parent 844dd9e8f0
commit 267f3e7389

View File

@@ -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);
}