Skip to content

Commit

Permalink
chore: remove unnecessary console log (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
gowtham758550 authored Aug 4, 2024
1 parent d4fb354 commit 402245f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/SearchResult.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ const SearchResult = (props: SearchResultProps): JSX.Element => {
metadata.repository.substring(metadata.repository.lastIndexOf('/') + 1).toLowerCase()
: `${Utils.extractPathFromUrl(metadata.repository, '_')}`;
const bucketUrl = metadata.repositoryOfficial ? '' : `${metadata.repository}`;
console.log(bucketName, bucketUrl);
const bucketCommandLine = `${bucketName} ${bucketUrl}`.trim();

return (
Expand Down

0 comments on commit 402245f

Please sign in to comment.