One more stray puts.

This commit is contained in:
Steven Miers 2015-01-03 11:47:28 -06:00
parent 94480e1d88
commit 8eb7430d9a
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ module JamRuby
# we would verify their rights (can_download?), and generates a URL in response to the click so that they can download
# but the url is short lived enough so that it wouldn't be easily shared
def sign_url(expiration_time = 120)
puts "Signing: #{self[:url]}"
s3_manager.sign_url(self[:url], {:expires => expiration_time, :response_content_type => 'audio/ogg', :secure => false})
end