1
0
Fork 0
mirror of synced 2024-07-01 12:30:41 +12:00

remove console.log

This commit is contained in:
Keviin Åberg Kultalahti 2021-03-19 13:58:05 +01:00
parent 16e401737d
commit 270d0272b0

View file

@ -28,8 +28,6 @@ export const getBackendUiStore = () => {
api.get(`/api/queries`).then(r => r.json()),
api.get("/api/integrations").then(r => r.json())
])
console.log(tables)
const permissionLevels = await store.actions.permissions.fetchLevels()