diff --git a/app/models/node/base.rb b/app/models/node/base.rb index 6e49874ff..8ebd0344f 100644 --- a/app/models/node/base.rb +++ b/app/models/node/base.rb @@ -15,7 +15,6 @@ def initialize(data, root) @raw = data data.each do |key, val| # if self.class == Node::CentralContactList - # byebug # a = 1 # end case val @@ -61,7 +60,6 @@ def process(root) begin val.process(root) rescue => e - byebug a = 1 end end