From 8eb7430d9af360d30dfda27d11f9fcb6b1cdb3ca Mon Sep 17 00:00:00 2001 From: Steven Miers Date: Sat, 3 Jan 2015 11:47:28 -0600 Subject: [PATCH] One more stray puts. --- ruby/lib/jam_ruby/models/jam_track_track.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/ruby/lib/jam_ruby/models/jam_track_track.rb b/ruby/lib/jam_ruby/models/jam_track_track.rb index 9328d7570..978ed29ab 100644 --- a/ruby/lib/jam_ruby/models/jam_track_track.rb +++ b/ruby/lib/jam_ruby/models/jam_track_track.rb @@ -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