removed unused console.log

This commit is contained in:
daniel31x13
2026-02-19 17:12:56 -05:00
parent 389a96dadc
commit c99f9edd9a

View File

@@ -50,7 +50,6 @@ const LinkListing = ({ link, dashboard }: Props) => {
const [url, setUrl] = useState("");
useEffect(() => {
console.log(link.url);
try {
if (link.url) {
setUrl(new URL(link.url).host.toLowerCase());