mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-30 09:41:51 +00:00
remove extra logs
This commit is contained in:
@@ -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`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user