Removing log statement.

This commit is contained in:
mike12345567 2021-06-15 13:05:31 +01:00
parent 253cdce67d
commit f55e82ec04
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@
}
$: defaultRoleId = $userFetch?.data?.builder?.global ? "ADMIN" : ""
$: console.log(defaultRoleId)
// Merge the Apps list and the roles response to get something that makes sense for the table
$: appList = Object.keys($apps?.data).map(id => {
const role = $userFetch?.data?.roles?.[id] || defaultRoleId