diff --git a/seasoned_api/src/webserver/controllers/plex/fetchRequested.js b/seasoned_api/src/webserver/controllers/plex/fetchRequested.js index 18b92fc..e5ffe44 100644 --- a/seasoned_api/src/webserver/controllers/plex/fetchRequested.js +++ b/seasoned_api/src/webserver/controllers/plex/fetchRequested.js @@ -9,7 +9,6 @@ const requestRepository = new RequestRepository(); */ function historyController(req, res) { const user = req.loggedInUser; - console.log('here') requestRepository.fetchRequested() .then((requestedItems) => {