From 8750ccbb7dc7656dabfc433c9ae442d5e8edc99e Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Mon, 29 Sep 2025 18:40:22 +0200 Subject: [PATCH] Removed Critical Log Output --- src/routes/history.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/routes/history.ts b/src/routes/history.ts index 2f29ce8..dca8105 100644 --- a/src/routes/history.ts +++ b/src/routes/history.ts @@ -64,13 +64,8 @@ export default async function resourceHistoryRoutes(server: FastifyInstance) { .from("auth_users") .select("*, auth_profiles(*), tenants!auth_tenant_users(*)") - console.log(users) - console.log(usersError) - const filteredUsers = (users ||[]).filter(i => i.tenants.find((t:any) => t.id === req.user?.tenant_id)) - console.log(filteredUsers) - const dataCombined = data.map(historyitem => { return { ...historyitem,