Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mchf committed Nov 17, 2015
1 parent 95bda27 commit efe2714
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/clients/save_network.rb
Expand Up @@ -297,8 +297,6 @@ def ay_mode_configuration
name_to = rule["name"]
attr = rule["rule"]
key = rule["value"].downcase
# currently we're interrested only on those interfaces which are already
# configured - such interfaces cannot be restarted during second stage
item, matching_item = LanItems.Items.find { |_, i| i["hwinfo"]["busid"].downcase == key || i["hwinfo"]["mac"].downcase == key }
next if !matching_item

Expand Down

0 comments on commit efe2714

Please sign in to comment.