Skip to content

Commit 11e9ca6

Browse files
committed
remove debug
1 parent ecbcce5 commit 11e9ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/insight/src/main/AggregationPipeline.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ final private class AggregationPipeline(store: InsightStorage)(using Executor):
220220

221221
val pipeline = Match(
222222
target.fold(u => selectUserId(u.id), selectPeers) ++
223-
gameMatcher(question.filters).ppAs(lila.db.BSON.debug) ++
223+
gameMatcher(question.filters) ++
224224
fieldExistsMatcher ++
225225
(InsightMetric.requiresAnalysis(metric) || InsightDimension.requiresAnalysis(dimension))
226226
.so($doc(F.analysed -> true)) ++

0 commit comments

Comments
 (0)