From 3488cb84bbffb13b042c51db52b1df0408d0f892 Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Tue, 18 Feb 2025 22:18:37 -0600 Subject: [PATCH] remove this logging statement --- components/Global/components/blurhashed-image.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/Global/components/blurhashed-image.tsx b/components/Global/components/blurhashed-image.tsx index 006b7c5f..3b802093 100644 --- a/components/Global/components/blurhashed-image.tsx +++ b/components/Global/components/blurhashed-image.tsx @@ -23,8 +23,6 @@ export default function BlurhashedImage({ borderRadius } : BlurhashLoadingProps) : React.JSX.Element { - console.debug(`Rendering image`); - const { data: image, isSuccess } = useQuery({ queryKey: [ QueryKeys.ItemImage,