Skip to content
Snippets Groups Projects
Verified Commit 16b15882 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Removed unused puts

parent 5de0e380
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,6 @@ module Apex ...@@ -10,7 +10,6 @@ module Apex
protected protected
def initialize(*hops) def initialize(*hops)
@path_array = [] @path_array = []
puts @path_array
last_seen = true last_seen = true
hops.each do |hop| hops.each do |hop|
raise ArgumentError.new("All arguments must not be nil: #{hops.to_s}") if (hop.nil?) raise ArgumentError.new("All arguments must not be nil: #{hops.to_s}") if (hop.nil?)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment