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_year = 0
|
||||
x = 0
|
||||
|
||||
io.lines.each do |line|
|
||||
shipment = parse(line)
|
||||
|
||||
@ -27,7 +27,6 @@ module PlanetExpressExpress
|
||||
|
||||
current_year = shipment[:date].year
|
||||
current_month = shipment[:date].month
|
||||
x += 1
|
||||
end
|
||||
|
||||
shipments
|
||||
|
Loading…
Reference in New Issue
Block a user