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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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