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: