diff --git a/src/controllers/api/inventoryController.ts b/src/controllers/api/inventoryController.ts index 315af1cc..9272869a 100644 --- a/src/controllers/api/inventoryController.ts +++ b/src/controllers/api/inventoryController.ts @@ -31,7 +31,6 @@ const inventoryController: RequestHandler = async (request, response) => { //TODO: make a function that converts from database representation to client const inventoryJSON: IInventoryDatabase = inventory.toJSON(); - console.log(inventoryJSON.Ships); const inventoryResponse = toInventoryResponse(inventoryJSON);