Skip to content

Commit

Permalink
Fix: Remove console.log from UpdateTenantSidebar.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshitSinghal224 authored Oct 15, 2023
1 parent 6e2aa95 commit 3bf2816
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ export function UpdateTenantSidebar({
});

const onDeleteTenant = async (identifier) => {
console.log(tenant);
await deleteTenantMutate({
identifier: identifier,
});
Expand Down

0 comments on commit 3bf2816

Please sign in to comment.