From 5ca6b35e6fb6167accb7f5d0cc55d0597622980d Mon Sep 17 00:00:00 2001 From: Dominik Haentsch Date: Thu, 14 Dec 2023 10:26:46 +0100 Subject: [PATCH] fix: remove debug logs --- src/hooks/useColorTransferFunction.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hooks/useColorTransferFunction.ts b/src/hooks/useColorTransferFunction.ts index 5dcb0ea6..37e96468 100644 --- a/src/hooks/useColorTransferFunction.ts +++ b/src/hooks/useColorTransferFunction.ts @@ -159,7 +159,6 @@ export const createColorTransferFunction = ( // eslint-disable-next-line @typescript-eslint/no-explicit-any export const useColorTransferFunction = (data: any[], dtype: DataType | undefined) => { const colors = useColors(); - useWhyDidYouUpdate('transfer', { data, dtype }); return useMemo( () => createColorTransferFunction(