mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
remove unnecessary console log
This commit is contained in:
@@ -14,7 +14,7 @@ const getCommentMediaInfo = (comment) => {
|
|||||||
try {
|
try {
|
||||||
new URL(comment.link);
|
new URL(comment.link);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("Invalid URL:", comment.link);
|
// console.error("Invalid URL:", comment.link);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user