Skip to content

Commit

Permalink
fix: remove debug
Browse files Browse the repository at this point in the history
Co-authored-by: Vojtech Simetka <[email protected]>
  • Loading branch information
agazso and vojtechsimetka authored Sep 20, 2023
1 parent a2f6a33 commit ebb6ac2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/components/avatar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
function isCID(s: string) {
return s.length === 46 && s.startsWith('Qm')
}
console.debug('avatar', { picture, group })
</script>

<div
Expand Down

0 comments on commit ebb6ac2

Please sign in to comment.