mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 01:55:10 +02:00
Remove dangerous logging
This commit is contained in:
parent
3fb3be1f1e
commit
1361b47ef7
8 changed files with 190 additions and 36 deletions
|
@ -29,7 +29,6 @@ export async function verifySiteAccess(
|
|||
}
|
||||
|
||||
if (isNaN(siteId)) {
|
||||
logger.debug(JSON.stringify(req.body));
|
||||
return next(createHttpError(HttpCode.BAD_REQUEST, "Invalid site ID"));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue