Skip to content

Commit e713ddc

Browse files
committed
Do not log HTML.
1 parent 235c01e commit e713ddc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ app.get("/", async (req, res) => {
2828
method: "GET",
2929
});
3030
const text = await body.text();
31-
console.log(text);
3231
htmlToMf2(url, text, res);
3332
} else {
3433
res.render("index.html.ejs", {

0 commit comments

Comments
 (0)