forked from OpenWF/SpaceNinjaServer
chore: remove leftover console.log in inventoryController (#569)
This commit is contained in:
parent
1a029ebb4b
commit
1b95186ab8
@ -31,7 +31,6 @@ const inventoryController: RequestHandler = async (request, response) => {
|
|||||||
|
|
||||||
//TODO: make a function that converts from database representation to client
|
//TODO: make a function that converts from database representation to client
|
||||||
const inventoryJSON: IInventoryDatabase = inventory.toJSON();
|
const inventoryJSON: IInventoryDatabase = inventory.toJSON();
|
||||||
console.log(inventoryJSON.Ships);
|
|
||||||
|
|
||||||
const inventoryResponse = toInventoryResponse(inventoryJSON);
|
const inventoryResponse = toInventoryResponse(inventoryJSON);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user