lib/contrast/agent/deadzone/policy/deadzone_node.rb in contrast-agent-5.3.0 vs lib/contrast/agent/deadzone/policy/deadzone_node.rb in contrast-agent-6.0.0

- old
+ new

@@ -22,16 +22,9 @@ # Deadzone means place the code inside of the contrast scope so that none of our code executes. As such, all # DeadZone nodes have that as their method scope. def method_scope :contrast end - - # TODO: RUBY-99999 remove, used to clean up logs while debugging - # def validate - # return if class_name - # - # raise(ArgumentError, "#{ node_class } #{ id } did not have a proper class name. Unable to create.") - # end end end end end end