Browse Source

Apply 1 suggestion(s) to 1 file(s)

tusooa 2 years ago
parent
commit
b28cdf2cbd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/components/staff_panel/staff_panel.js

+ 0 - 1
src/components/staff_panel/staff_panel.js

@@ -14,7 +14,6 @@ const StaffPanel = {
   computed: {
   computed: {
     groupedStaffAccounts () {
     groupedStaffAccounts () {
       const staffAccounts = map(this.staffAccounts, this.findUserByName).filter(_ => _)
       const staffAccounts = map(this.staffAccounts, this.findUserByName).filter(_ => _)
-      console.log(staffAccounts)
       const groupedStaffAccounts = groupBy(staffAccounts, 'role')
       const groupedStaffAccounts = groupBy(staffAccounts, 'role')
 
 
       return [
       return [