From 93ab6178def9b6bbac1aa19b48b1be64e91ab38a Mon Sep 17 00:00:00 2001 From: Bailey Townsend Date: Mon, 22 Apr 2024 14:38:40 -0500 Subject: [PATCH] removed comment --- .../src/database/clan_mate_collection_log_totals.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/trackscape-discord-shared/src/database/clan_mate_collection_log_totals.rs b/trackscape-discord-shared/src/database/clan_mate_collection_log_totals.rs index 50d4afc..e7f1d38 100644 --- a/trackscape-discord-shared/src/database/clan_mate_collection_log_totals.rs +++ b/trackscape-discord-shared/src/database/clan_mate_collection_log_totals.rs @@ -129,12 +129,6 @@ impl ClanMateCollectionLogTotals for ClanMateCollectionLogTotalsDb { doc! { "$unwind": "$clan_mate" }, - // doc! { - // "$project": { - // "player_name": "$clan_mate.player_name", - // "total": 1 - // } - // }, doc! { "$sort": { "total": -1