hotfix speedLimits bug cd

This commit is contained in:
2023-07-05 00:03:41 +02:00
parent 956f77cab5
commit 31745cf4dd
-2
View File
@@ -35,8 +35,6 @@ export default defineComponent({
addVehicle(vehicle: Vehicle | null, cargo?: ICargo | null) {
if (!vehicle) return;
console.log(vehicle);
const stock = this.getStockObject(vehicle, cargo);