Remove log

This commit is contained in:
austinkelsay 2024-10-19 10:58:39 -05:00
parent b9672f940d
commit 4da4beeef4
No known key found for this signature in database
GPG Key ID: 44CB4EC6D9F2FA02

View File

@ -4,7 +4,6 @@ import { useImageProxy } from "@/hooks/useImageProxy";
import { formatUnixTimestamp } from "@/utils/time";
import GenericButton from "@/components/buttons/GenericButton";
const SelectedContentItem = ({ content, onRemove }) => {
console.log('content:', content);
const { returnImageProxy } = useImageProxy();
return (