Skip to content

Commit

Permalink
Remove unnecessary console.log
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Byford <oliver.byford@digital.cabinet-office.gov.uk>
  • Loading branch information
romaricpascal and 36degrees committed Sep 29, 2022
1 parent 9217683 commit 87932f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/govuk/components/character-count/character-count.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ function CharacterCount ($module, config) {
datasetConfig
)

console.log(this.$module)
this.i18n = new I18n(extractConfigByNamespace(this.config, 'i18n'), {
// Read the fallback if necessary rather than have it set in the defaults
locale: this.config.i18nLocale || closestAttributeValue($module, 'lang')
Expand Down

0 comments on commit 87932f1

Please sign in to comment.