Skip to content
This repository was archived by the owner on Sep 7, 2025. It is now read-only.

Commit acf5ef1

Browse files
committed
more console message remove & use swearjar now
1 parent b813452 commit acf5ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/mongodb.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const saveXP = async (userId, xp, level) => {
6767

6868
// xp = xp.toString().split("[object Object]")[1];
6969

70-
console.log("XP: " + xp + " Level: " + level + " UserID: " + userId);
70+
// console.log("XP: " + xp + " Level: " + level + " UserID: " + userId);
7171
const oldObj = await XPModule.findOne({ userId });
7272

7373
if (!oldObj) {

0 commit comments

Comments
 (0)