remove unnecessary console log

This commit is contained in:
plebbitor
2023-04-23 16:39:40 +02:00
parent b2009afd80
commit 183bd11d34
+1 -1
View File
@@ -14,7 +14,7 @@ const getCommentMediaInfo = (comment) => {
try {
new URL(comment.link);
} catch (error) {
console.error("Invalid URL:", comment.link);
// console.error("Invalid URL:", comment.link);
return;
}