chore: Remove currency + country logs (#7508)

This commit is contained in:
Oli Juhl
2024-05-28 16:42:32 +02:00
committed by GitHub
parent 361474ad99
commit dbb23d20be
2 changed files with 3 additions and 3 deletions
@@ -19,7 +19,7 @@ export default async ({ container }: LoaderOptions): Promise<void> => {
}))
const resp = await countryService_.upsert(normalizedCountries)
logger.info(`Loaded ${resp.length} countries`)
logger.debug(`Loaded ${resp.length} countries`)
} catch (error) {
logger.warn(
`Failed to load countries, skipping loader. Original error: ${error.message}`