From 1ee464bc5b72b336ab8704e3ef1a3cdbc7fad2ef Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 28 Nov 2023 15:10:26 +0000 Subject: [PATCH] alex/overlay-mode: remove console.log --- src/hooks/useLiveImage.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hooks/useLiveImage.ts b/src/hooks/useLiveImage.ts index 3498920..d9a5ea6 100644 --- a/src/hooks/useLiveImage.ts +++ b/src/hooks/useLiveImage.ts @@ -77,7 +77,6 @@ export function useLiveImage( console.error(error) }, onResult: (result) => { - console.log(result) if (result.images && result.images[0]) { updateImage(result.images[0].url) }