diff --git a/server/routes/photos.js b/server/routes/photos.js index e58bcdc..16a9e20 100755 --- a/server/routes/photos.js +++ b/server/routes/photos.js @@ -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;