diff --git a/src/utils/getCommentMediaInfo.js b/src/utils/getCommentMediaInfo.js index 57e6d0b0..cc16cf64 100644 --- a/src/utils/getCommentMediaInfo.js +++ b/src/utils/getCommentMediaInfo.js @@ -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; }