Skip to content

Commit

Permalink
remove bogus change
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon authored Jan 7, 2025
1 parent 73fa371 commit f7441fe
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions apps/paper/src/Examples/Breathe/Breathe.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useEffect, useMemo } from "react";
import React, { useMemo } from "react";
import { StyleSheet, useWindowDimensions, View } from "react-native";
import {
BlurMask,
Expand Down Expand Up @@ -66,12 +66,6 @@ export const Breathe = () => {
{ rotate: mix(progress.value, -Math.PI, 0) },
]);

useEffect(() => {
return () => {
console.log("Breathe unmounting");
};
}, []);

return (
<View style={{ flex: 1 }}>
<Canvas style={styles.container} opaque>
Expand Down

0 comments on commit f7441fe

Please sign in to comment.