Remove debug code from houdini_upgrade task

This commit is contained in:
Eric 2020-05-07 11:57:00 -05:00
parent a08f25c475
commit 1e20a9adae

View file

@ -83,7 +83,6 @@ end
errors.each {|row| csv << row} errors.each {|row| csv << row}
end end
end end
byebug
puts "Copied: #{copied.count}" puts "Copied: #{copied.count}"
puts "Errored: #{errors.count}" puts "Errored: #{errors.count}"
end end