remove console.log in a file

This commit is contained in:
daniel31x13 2024-06-26 14:08:21 -04:00
parent 8082efdc67
commit afd5e5f036

View File

@ -15,7 +15,6 @@ const archiveAsReadablility = async (content: string, link: Link) => {
.replace(/ +(?= )/g, "") // strip out multiple spaces
.replace(/(\r\n|\n|\r)/gm, " "); // strip out line breaks
console.log(articleText);
if (articleText && articleText !== "") {
const collectionId = (
await prisma.link.findUnique({