Explorar o código

remove console.log

Olivier Massot %!s(int64=2) %!d(string=hai) anos
pai
achega
74b6562d5b
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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)
   }