Remove debugging code from shipment reader
This commit is contained in:
parent
81e0b71ff1
commit
27d49aca69
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user