mirror of
https://github.com/nextcloud/server.git
synced 2026-04-25 08:08:33 -04:00
removed debug
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
bd4cba4fb2
commit
006deecb00
3 changed files with 2 additions and 4 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -251,8 +251,6 @@ export default {
|
|||
let groups = this.$store.getters.getGroups;
|
||||
groups = Array.isArray(groups) ? groups : [];
|
||||
|
||||
console.log(groups);
|
||||
|
||||
// Map groups
|
||||
groups = groups.map(group => {
|
||||
let item = {};
|
||||
|
|
|
|||
Loading…
Reference in a new issue