Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
acquitelol committed Apr 21, 2023
1 parent 328eaed commit ffa28cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export default {
|| !PM.map[userId]
|| PM.referenceMap[PM.map[userId]] === "unspecified"
) {
console.log(`uid: ${userId}, map: ${PM.map[userId]}, ref: ${PM.referenceMap[PM.map[userId]]}`)
return res
}

Expand Down

0 comments on commit ffa28cd

Please sign in to comment.