Skip to content

Commit

Permalink
someone's byebugs removed
Browse files Browse the repository at this point in the history
  • Loading branch information
kostik committed Oct 16, 2023
1 parent 3e6bc86 commit 0403afe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/models/node/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -61,7 +60,6 @@ def process(root)
begin
val.process(root)
rescue => e
byebug
a = 1
end
end
Expand Down

0 comments on commit 0403afe

Please sign in to comment.