Skip to content

Commit

Permalink
Remove log (#1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobar79 authored Oct 18, 2023
1 parent 49bd620 commit dcc5c08
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/entries/popup/components/ExternalImage/ExternalImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ const ExternalImage = (
);
}

console.log('-- signedUrl', props.src, signedUrl);

if (!signedUrl) return null;
return (
<Box
Expand Down

0 comments on commit dcc5c08

Please sign in to comment.