remove debug statement
This commit is contained in:
parent
abc8f18c00
commit
632d806825
|
|
@ -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}")
|
||||
|
|
|
|||
Loading…
Reference in New Issue