Removed unused console.
This commit is contained in:
@@ -9,7 +9,6 @@ const requestRepository = new RequestRepository();
|
|||||||
*/
|
*/
|
||||||
function historyController(req, res) {
|
function historyController(req, res) {
|
||||||
const user = req.loggedInUser;
|
const user = req.loggedInUser;
|
||||||
console.log('here')
|
|
||||||
|
|
||||||
requestRepository.fetchRequested()
|
requestRepository.fetchRequested()
|
||||||
.then((requestedItems) => {
|
.then((requestedItems) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user