Skip to content

Commit

Permalink
fix: remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
neindochoh committed Dec 14, 2023
1 parent 07494a1 commit 5ca6b35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/useColorTransferFunction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 5ca6b35

Please sign in to comment.