Skip to content

Commit

Permalink
chore: update logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammed-almujil committed Mar 26, 2023
1 parent 1bbf246 commit 4bf810d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async function requestMetadata(uri: string) {
if (containsEncodedComponents(uri)) {
uri = decodeURIComponent(uri)
}

console.log('Metadata fetch', uri)
let json

try {
Expand Down

0 comments on commit 4bf810d

Please sign in to comment.