remove commented code

This commit is contained in:
Dmitriy Zaporozhets 2013-02-15 09:16:46 +02:00
parent 428af5ea62
commit f9dd547aa7
1 changed files with 1 additions and 1 deletions

View File

@ -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