remove console

This commit is contained in:
Alex Holliday
2025-06-24 10:00:41 +08:00
parent 05add10ba8
commit c8685c4273
-1
View File
@@ -6,7 +6,6 @@ const SERVICE_NAME = "verifyOwnership";
const verifyOwnership = (Model, paramName) => {
const stringService = ServiceRegistry.get(StringService.SERVICE_NAME);
return async (req, res, next) => {
console.log(req.params);
const userId = req.user._id;
const documentId = req.params[paramName];