diff --git a/lib/mutant/mutator/node/resbody.rb b/lib/mutant/mutator/node/resbody.rb index 4560bd47..e9110e6e 100644 --- a/lib/mutant/mutator/node/resbody.rb +++ b/lib/mutant/mutator/node/resbody.rb @@ -36,8 +36,6 @@ module Mutant Util::Array.each(captures.children, self) do |matchers| next if matchers.empty? emit_captures(s(:array, *matchers)) - # p capture - # emit_captures(s(:array, *capture)) end end