mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-19 21:23:38 -04:00
remove unneeded console logs
This commit is contained in:
@@ -100,10 +100,6 @@ function OrganizationHeader({ organization, connector }: any) {
|
||||
break;
|
||||
}
|
||||
|
||||
console.log(organization);
|
||||
console.log(paths.organization(organization?.slug));
|
||||
console.log(organization.slug);
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className=" mr-10 w-full rounded-xl border-2 border-white/20 px-5 py-2 text-sky-400">
|
||||
|
||||
Reference in New Issue
Block a user