Remove accidentally commented code
This commit is contained in:
parent
85061dee96
commit
8f05f032d1
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue