Skip to content

Commit

Permalink
Remove i18n plugin setup completion log
Browse files Browse the repository at this point in the history
  • Loading branch information
brawaru committed Dec 3, 2022
1 parent 0884b35 commit 3e97ccb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions modules/i18n/templates/plugin.main.js
Original file line number Diff line number Diff line change
Expand Up @@ -397,13 +397,5 @@ export default async function (context) {
settings.isAuto = isAuto

settings.browserLocale = detectLocale(false).locale

if (context.isDev) {
console.log('[knossos-i18n] setup completed', {
detectedLocale,
detectionSource,
isAuto,
})
}
}
}

0 comments on commit 3e97ccb

Please sign in to comment.