remove left over console.log

This commit is contained in:
Sainan 2024-12-23 07:26:51 +01:00
parent 2f99d0ad53
commit 00ef232c40

View File

@ -13,7 +13,6 @@ export const setShipCustomizations = async (
accountId: string,
shipCustomization: ISetShipCustomizationsRequest
): Promise<void> => {
console.log(shipCustomization);
if (shipCustomization.IsExterior) {
const ship = await getShip(new Types.ObjectId(shipCustomization.ShipId));
if (ship.ShipOwnerId.toString() == accountId) {