Skip to content

Commit

Permalink
Remove debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
jdee committed Nov 8, 2017
1 parent 067b198 commit a8db6a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/pattern_patch/patch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def from_yaml(path)
flags |= Regexp::MULTILINE
end
hash[:regexp] = Regexp.new matches[1], flags
puts "Regexp from YAML: #{hash[:regexp].inspect}"
else
hash[:regexp] = /#{regexp_string}/
end
Expand Down

0 comments on commit a8db6a7

Please sign in to comment.