summaryrefslogtreecommitdiffstats
path: root/settings/src
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-04-10 10:44:34 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-04-10 10:44:34 +0200
commit2f09117ebc116af790c932d8c4c0920bd876d6d0 (patch)
tree079c93fd575a9608fb15cd32758456f3a4e2dad2 /settings/src
parentd1e4d614daa52503b1a0bb5ebcaf6a7d2b33edb7 (diff)
downloadnextcloud-server-2f09117ebc116af790c932d8c4c0920bd876d6d0.tar.gz
nextcloud-server-2f09117ebc116af790c932d8c4c0920bd876d6d0.zip
Remove a debug log from the 2FA admin settings
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'settings/src')
-rw-r--r--settings/src/components/AdminTwoFactor.vue1
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