Browse Source

remove console.log

Olivier Massot 2 năm trước cách đây
mục cha
commit
74b6562d5b
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      stores/organizationProfile.ts

+ 0 - 1
stores/organizationProfile.ts

@@ -143,7 +143,6 @@ export const useOrganizationProfileStore = defineStore('organizationProfile', ()
   })
 
   const hasModule = (module: string): boolean => {
-    console.log(modules)
     return modules.value && modules.value.includes(module)
   }