chore: remove leftover console.log in inventoryController

This commit is contained in:
Sainan 2024-10-18 23:44:13 +02:00
parent 1a029ebb4b
commit 399e2ef8b8

View File

@ -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);