clean up log

This commit is contained in:
jeffvli
2025-09-29 00:34:37 -07:00
parent 6a48bcf236
commit 76033e7ab6
@@ -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',
},
}}