remove debug statement

This commit is contained in:
Brian Smith 2014-09-11 09:04:14 -04:00
parent abc8f18c00
commit 632d806825
1 changed files with 0 additions and 1 deletions

View File

@ -1094,7 +1094,6 @@ module JamRuby
# send email notifications
offline_ff.each do |f|
begin
puts "f.id = #{f.id}"
UserMailer.band_recording_saved(f, notification_msg).deliver
rescue => e
@@log.error("Unable to send BAND_RECORDING_SAVED email to user #{f.email} #{e}")