Skip to content
Snippets Groups Projects
Commit 913397cc authored by Tore.Brede's avatar Tore.Brede
Browse files

Changing to debug level for log statement

parent 64604325
No related branches found
No related tags found
1 merge request!163GREG-109 Theme updates
Pipeline #100816 passed
...@@ -19,7 +19,7 @@ function useRoleTypes(): RoleTypeData[] { ...@@ -19,7 +19,7 @@ function useRoleTypes(): RoleTypeData[] {
setRoleTypes(JSON.parse(result)) setRoleTypes(JSON.parse(result))
}) })
.catch((error) => { .catch((error) => {
console.error(error) console.debug(error)
}) })
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment