remove unused

This commit is contained in:
Nicolas Mowen 2024-03-26 15:03:37 -06:00
parent cb9a83b689
commit 430907b96c

View File

@ -31,10 +31,6 @@ export default function ReviewCard({
[event, currentTime],
);
if (event.data.objects.includes("car")) {
//console.log(`failed to load ${JSON.stringify(event)}`);
}
return (
<div
className="w-full flex flex-col gap-1.5 cursor-pointer"