Skip to content

Commit

Permalink
Remove redundant console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
eelanagaraj committed Mar 5, 2021
1 parent 6a344c9 commit 8c28a71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/sdk/dappkit/src/web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ async function waitDecorator(
if (checkCallback(requestId, dappKitResponse)) {
return dappKitResponse
}
console.log('Unable to parse url', url)
throw new Error('Unable to parse Valora response')
}

Expand Down

0 comments on commit 8c28a71

Please sign in to comment.