We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 235c01e commit e713ddcCopy full SHA for e713ddc
1 file changed
index.js
@@ -28,7 +28,6 @@ app.get("/", async (req, res) => {
28
method: "GET",
29
});
30
const text = await body.text();
31
- console.log(text);
32
htmlToMf2(url, text, res);
33
} else {
34
res.render("index.html.ejs", {
0 commit comments