clean up log

This commit is contained in:
jeffvli
2025-09-29 00:34:37 -07:00
parent 3fc2583470
commit 85d8ad09c6
@@ -233,8 +233,6 @@ export const ItemGrid = ({
return [];
}
console.log('data change');
return data
.map((d, i) => {
return {
@@ -261,7 +259,7 @@ export const ItemGrid = ({
height: '100%',
opacity: 1,
transition: {
duration: 0.5,
duration: 1,
ease: 'backInOut',
},
}}