🪰 Making the "fly" out sliding panel reusable

This commit is contained in:
2021-09-28 21:13:49 -07:00
parent 8db52e0407
commit b87a13d006
8 changed files with 3071 additions and 2823 deletions

View File

@@ -79,8 +79,6 @@ router.use("/opds", async (req, res, next) => {
allowEmpty: true,
},
});
// write data to file
console.log(data);
});
return res.end(data);
});