refactor: remove debug log from settings page

This commit is contained in:
Arthur Belleville 2026-03-16 10:07:10 +01:00
parent 9e0529f73b
commit 9cd51e9f0b
No known key found for this signature in database

View file

@ -79,8 +79,6 @@ export default function SettingsPage() {
(member) => member.id !== user?.id
);
console.log("organizationData", organizationData);
const canManageMembers = organizationData?.is_billing_owner ?? false;
const getDisplayName = (input: {