Skip to content

Commit a8db6a7

Browse files
committed
Remove debugging output
1 parent 067b198 commit a8db6a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/pattern_patch/patch.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def from_yaml(path)
3030
flags |= Regexp::MULTILINE
3131
end
3232
hash[:regexp] = Regexp.new matches[1], flags
33-
puts "Regexp from YAML: #{hash[:regexp].inspect}"
3433
else
3534
hash[:regexp] = /#{regexp_string}/
3635
end

0 commit comments

Comments
 (0)