Browse Source

comment console.log

master
Dunja Djokic 4 years ago
parent
commit
b4636bece9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app.js

+ 1
- 1
app.js View File

@@ -108,7 +108,7 @@ app.get("/scrapes/:id/files/xml", async (req, res) => {

var o_id = new ObjectID(id);
let data = await collection.findOne({ _id: o_id });
console.log("Data", data)
// console.log("Data", data)

var input = {
...data,

Loading…
Cancel
Save