Fix formatData util logging (#16454)

Log introduced in https://github.com/twentyhq/twenty/pull/16389
However this is a util hence cannot simply inject the logger service.
I'm removing the log for now as adding loggerService as a parameter of a
util might not be the right solution (yet)
```typescript
this.logger.warn(`Field metadata for field "${key}" is missing in object metadata ${flatObjectMetadata.nameSingular} for data: ${JSON.stringify(data)}`);
                 ^
TypeError: Cannot read properties of undefined (reading 'logger')
```
This commit is contained in:
Weiko
2025-12-10 10:53:18 +01:00
committed by GitHub
parent fd54a2af5c
commit 915e0fd436

Diff Content Not Available