Skip to content
Snippets Groups Projects
Commit f9dd547a authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

remove commented code

parent 428af5ea
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -35,7 +35,7 @@ class Key < ActiveRecord::Base
 
def fingerprintable_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')
begin
file.puts key
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment