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