Remove accidentally commented code

This commit is contained in:
Markus Schirp 2014-04-22 19:02:33 +00:00
parent 85061dee96
commit 8f05f032d1

View file

@ -43,9 +43,7 @@ module Mutant
#
def insert
subject.public?
subject.warning_expectation.execute do
Loader::Eval.call(root, subject)
end
Loader::Eval.call(root, subject)
self
end