Issue #1273 - Remove Telemetry from Gloda

This commit is contained in:
Matt A. Tobin 2019-11-10 18:53:43 -05:00 committed by Roy Tam
commit 73af2ce033
3 changed files with 0 additions and 31 deletions

View file

@ -1460,7 +1460,6 @@ var GlodaMsgIndexer = {
yield aCallbackHandle.pushAndGo(
this._indexMessage(msgHdr, aCallbackHandle),
{what: "indexMessage", msgHdr: msgHdr});
GlodaIndexer._indexedMessageCount++;
if (logDebug)
this._log.debug("<<< back from _indexMessage");
}