We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c1213 commit ef10501Copy full SHA for ef10501
components/server/src/orgs/organization-service.ts
@@ -604,7 +604,6 @@ export class OrganizationService {
604
}
605
606
607
- log.info({ settings: new TrustedValue(settings) }, "Updating organization settings");
608
return this.toSettings(await this.teamDB.setOrgSettings(orgId, settings));
609
610
0 commit comments