Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
benwaples committed Feb 13, 2024
1 parent f4d3239 commit 4376a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ui/src/views/GroupManagement/GroupManagement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const GroupManagement = () => {
};
});
};
console.log('globalDomain', globalDomain);

if (!globalDomain) return null;
return (
<GroupManagementContent
Expand Down

0 comments on commit 4376a77

Please sign in to comment.