Skip to content

Commit

Permalink
removed FATE#316796 placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Apr 17, 2014
1 parent 71142d5 commit 8aaa30b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/clients/inst_scc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,7 @@ def initialize_regkeys
return
end

if !Mode.normal
# read registration keys from USB media
log.info "Reading keys from USB media..."
# TODO FIXME: placeholder for FATE#316796 (https://fate.suse.com/316796)
# read the keys here, return Hash with mapping product_name => reg_key
@known_reg_keys = {}
log.info "Found #{@known_reg_keys.size} keys"
else
log.info "Initializing empty known reg keys"
@known_reg_keys = {}
end
@known_reg_keys = {}

# cache the values
::Registration::Storage::RegKeys.instance.reg_keys = @known_reg_keys
Expand Down

0 comments on commit 8aaa30b

Please sign in to comment.