Skip to content

Commit

Permalink
Remove debug stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
DQGriffin committed Aug 30, 2023
1 parent b9fe1a0 commit 5252cf0
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -512,10 +512,6 @@ const MigrateUsers = () => {
}

const roles = await fetchCustomRoles()
console.log('Role permission')
for (const permission of roles[0].permissions) {
console.log(permission.id)
}
const userDataBundles = await fetchUsers(selectedExtensions.filter((ext) => ext.prettyType() === 'User'), originalExtensionList)

// Message-only extensions and announcement-only extensions
Expand Down

0 comments on commit 5252cf0

Please sign in to comment.