remove left over console.log
This commit is contained in:
parent
2f99d0ad53
commit
00ef232c40
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user