chore(hooks): remove logs
This commit is contained in:
@@ -17,7 +17,6 @@ function useOnViewportChange({ onStart, onChange, onEnd }: UseOnViewportChangeOp
|
||||
}, [onStart]);
|
||||
|
||||
useEffect(() => {
|
||||
console.log('change onchange');
|
||||
store.setState({ onViewportChange: onChange });
|
||||
}, [onChange]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user