chore(hooks): remove logs

This commit is contained in:
moklick
2022-08-22 15:25:20 +02:00
parent fdd9fe3dfe
commit 7b8b368572

View File

@@ -17,7 +17,6 @@ function useOnViewportChange({ onStart, onChange, onEnd }: UseOnViewportChangeOp
}, [onStart]);
useEffect(() => {
console.log('change onchange');
store.setState({ onViewportChange: onChange });
}, [onChange]);