remove console.log in a file
This commit is contained in:
parent
8082efdc67
commit
afd5e5f036
|
@ -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({
|
||||
|
|
Ŝarĝante…
Reference in New Issue