Merge pull request #15030 from nextcloud/fix/remove-2fa-admin-settings-debug-log

Remove a debug log from the 2FA admin settings
This commit is contained in:
Roeland Jago Douma 2019-04-10 21:15:32 +02:00 committed by GitHub
commit 27474662df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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