commit: b28cdf2cbde0b9c08bf05559e89fae31d5fabafc
parent a1e49ae9990f6497bffbd99ab3b857d217487338
Author: tusooa <tusooa@kazv.moe>
Date: Wed, 9 Nov 2022 19:32:49 +0000
Apply 1 suggestion(s) to 1 file(s)
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/components/staff_panel/staff_panel.js b/src/components/staff_panel/staff_panel.js
@@ -14,7 +14,6 @@ const StaffPanel = {
computed: {
groupedStaffAccounts () {
const staffAccounts = map(this.staffAccounts, this.findUserByName).filter(_ => _)
- console.log(staffAccounts)
const groupedStaffAccounts = groupBy(staffAccounts, 'role')
return [