removed debug

This commit is contained in:
2026-04-08 11:42:16 +02:00
parent 0c84c85b62
commit bb90ca792c
-1
View File
@@ -174,7 +174,6 @@ async function nutsStats(interaction) {
target = interaction.user
}
console.log(target)
const statsDoc = await nStatsColl.findOne({ userID: target.id });
const stat = statsDoc?.stat || {};