remove extra logs

This commit is contained in:
miloschwartz
2026-01-21 12:11:29 -08:00
parent 72da4f39a8
commit 5146498b33
3 changed files with 3 additions and 11 deletions

View File

@@ -26,7 +26,6 @@ export default async function SettingsLayout(props: SettingsLayoutProps) {
await authCookieHeader()
);
client = res.data.data;
console.log(client);
} catch (error) {
redirect(`/${params.orgId}/settings/clients/user`);
}