Skip to content

Commit

Permalink
fix: Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio committed Apr 6, 2022
1 parent 80b2d8d commit 44e6bd3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Forum/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,5 @@ function getThumbnailURL(item: FullItem) {
}

function getContentsStorageUrl(hash: string = '') {
console.log(
'URL',
`${BUILDER_SERVER_URL}/${API_VERSION}/storage/contents/${hash}`
)
return `${BUILDER_SERVER_URL}/${API_VERSION}/storage/contents/${hash}`
}

0 comments on commit 44e6bd3

Please sign in to comment.