Remove "Generic loader" message

Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
James Ketr 2023-01-13 11:40:47 -08:00
parent 72acc401de
commit ebee258bb3

View File

@ -1082,8 +1082,6 @@ console.log("Trying path as: " + path);
});
router.get("/*", function(req, res/*, next*/) {
console.log("Generic loader");
let limit = parseInt(req.query.limit) || 50,
id, cursor, index;