Skip to content

Commit

Permalink
chore(app): remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang committed Jan 28, 2025
1 parent 210305c commit 8a8d9f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/routes/faucet/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ const requestUnoFromFaucet = async () => {
return
}
console.log(result)
if (result.send.startsWith("ERROR")) {
console.error(result.send)
unoFaucetState.set({ kind: "RESULT_ERR", error: `Error from faucet` })
Expand Down

0 comments on commit 8a8d9f6

Please sign in to comment.