removed console.log
This commit is contained in:
@@ -19,7 +19,6 @@ router.post("/set-standard-name", async (req, res) => {
|
||||
id: userId,
|
||||
},
|
||||
});
|
||||
console.log(`Setting standard name for user ${userId} (${user?.publicId}) to member ${memberId}`);
|
||||
if (!user) {
|
||||
res.status(404).json({ error: "User not found" });
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user