mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 11:45:34 +00:00
bump pod 1.3.0
This commit is contained in:
@@ -18,8 +18,6 @@ export default defineComponent({
|
||||
getStockObject(vehicle: Vehicle, cargo?: ICargo | null, count = 1): IStock {
|
||||
const isLoco = isLocomotive(vehicle);
|
||||
|
||||
console.log(vehicle.type);
|
||||
|
||||
return {
|
||||
id: this.getStockId(),
|
||||
type: vehicle.type,
|
||||
|
||||
Reference in New Issue
Block a user