mirror of
https://github.com/linkwarden/linkwarden.git
synced 2026-03-03 03:57:01 +00:00
removed unused console.log
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user