Skip to content

Commit f210ec4

Browse files
committed
Remove print of invalid mutations
* Future releases will make these available for debugging * Its intented mutant never generates these but filtering them out is a good intermediary state.
1 parent e94e145 commit f210ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mutant/subject.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def mutations
2222
Mutation::Evil
2323
.from_node(subject: self, node: wrap_node(mutant))
2424
.either(
25-
->(validation) { $stderr.puts(validation.report) },
25+
->(validation) {},
2626
aggregate.public_method(:<<)
2727
)
2828
end

0 commit comments

Comments
 (0)