Skip to content

Commit

Permalink
Removing logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehewitt15 committed Dec 8, 2022
1 parent 661b4fd commit 98c71cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/services/Provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ export class Provider {
? this.getEndpointURL(serviceEndpoints, 'encrypt').urlPath
: null) + `?chainId=${chainId}`
if (!path) return null
console.log('Path:', path)
try {
const response = await fetch(path, {
method: 'POST',
Expand All @@ -147,7 +146,6 @@ export class Provider {
})
return await response.text()
} catch (e) {
console.log('Error:', e)
LoggerInstance.error(e)
throw new Error('HTTP request failed calling Provider')
}
Expand Down

0 comments on commit 98c71cb

Please sign in to comment.