1
0

Remove debugging code from shipment reader

This commit is contained in:
Tim Kächele 2023-09-03 13:49:52 +02:00
parent 81e0b71ff1
commit 27d49aca69

View File

@ -16,7 +16,7 @@ module PlanetExpressExpress
current_month = 0 current_month = 0
current_year = 0 current_year = 0
x = 0
io.lines.each do |line| io.lines.each do |line|
shipment = parse(line) shipment = parse(line)
@ -27,7 +27,6 @@ module PlanetExpressExpress
current_year = shipment[:date].year current_year = shipment[:date].year
current_month = shipment[:date].month current_month = shipment[:date].month
x += 1
end end
shipments shipments