From 00ef232c401db5d792829da836f80f2d12cc9de8 Mon Sep 17 00:00:00 2001 From: Sainan Date: Mon, 23 Dec 2024 07:26:51 +0100 Subject: [PATCH] remove left over console.log --- src/services/shipCustomizationsService.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/services/shipCustomizationsService.ts b/src/services/shipCustomizationsService.ts index 751ec946..ddf70f59 100644 --- a/src/services/shipCustomizationsService.ts +++ b/src/services/shipCustomizationsService.ts @@ -13,7 +13,6 @@ export const setShipCustomizations = async ( accountId: string, shipCustomization: ISetShipCustomizationsRequest ): Promise => { - console.log(shipCustomization); if (shipCustomization.IsExterior) { const ship = await getShip(new Types.ObjectId(shipCustomization.ShipId)); if (ship.ShipOwnerId.toString() == accountId) {