diff options
Diffstat (limited to 'settings/src/components/AdminTwoFactor.vue')
-rw-r--r-- | settings/src/components/AdminTwoFactor.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/settings/src/components/AdminTwoFactor.vue b/settings/src/components/AdminTwoFactor.vue index 34c633bd781..a1f28f5cfdd 100644 --- a/settings/src/components/AdminTwoFactor.vue +++ b/settings/src/components/AdminTwoFactor.vue @@ -118,7 +118,6 @@ mounted () { // Groups are loaded dynamically, but the assigned ones *should* // be valid groups, so let's add them as initial state - console.log(this.enforcedGroups) this.groups = _.sortedUniq(_.uniq(this.enforcedGroups.concat(this.excludedGroups))) // Populate the groups with a first set so the dropdown is not empty |