Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
Signed-off-by: MTRNord <[email protected]>
  • Loading branch information
MTRNord committed Nov 18, 2024
1 parent 90c9e55 commit 82e08ff
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ function ImageDisplay({
{ suspense: true },
);

console.log('render');

const handleLoad = useCallback(() => {
// This can happen directly when the image is loaded and saves some memory.
if (imageUri) {
Expand Down

0 comments on commit 82e08ff

Please sign in to comment.