Procházet zdrojové kódy

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

tusooa před 2 roky
rodič
revize
b28cdf2cbd
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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: {
     groupedStaffAccounts () {
       const staffAccounts = map(this.staffAccounts, this.findUserByName).filter(_ => _)
-      console.log(staffAccounts)
       const groupedStaffAccounts = groupBy(staffAccounts, 'role')
 
       return [