remove commented code
This commit is contained in:
parent
428af5ea62
commit
f9dd547aa7
|
@ -35,7 +35,7 @@ class Key < ActiveRecord::Base
|
||||||
|
|
||||||
def fingerprintable_key
|
def fingerprintable_key
|
||||||
return true unless key # Don't test if there is no key.
|
return true unless key # Don't test if there is no key.
|
||||||
# `ssh-keygen -lf /dev/stdin <<< "#{key}"` errors with: redirection unexpected
|
|
||||||
file = Tempfile.new('key_file')
|
file = Tempfile.new('key_file')
|
||||||
begin
|
begin
|
||||||
file.puts key
|
file.puts key
|
||||||
|
|
Loading…
Reference in a new issue