mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-16 09:56:36 +00:00
🔇 remove console.logs in API
This commit is contained in:
@@ -233,18 +233,6 @@ export async function listUserDevices(
|
||||
order
|
||||
} = parsedQuery.data;
|
||||
|
||||
console.log({ query: req.query });
|
||||
console.log({
|
||||
page,
|
||||
pageSize,
|
||||
query,
|
||||
sort_by,
|
||||
online,
|
||||
filters,
|
||||
agent,
|
||||
order
|
||||
});
|
||||
|
||||
const parsedParams = listUserDevicesParamsSchema.safeParse(req.params);
|
||||
if (!parsedParams.success) {
|
||||
return next(
|
||||
|
||||
Reference in New Issue
Block a user