mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-20 08:28:48 -05:00
remove console
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user