mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-10 11:13:06 +00:00
Remove debug output
This commit is contained in:
parent
07f7454c01
commit
7a316ee1e4
@ -175,8 +175,7 @@ END_DESC
|
||||
|
||||
ActionMailer::Base.raise_delivery_errors = true
|
||||
begin
|
||||
result = Mailer.deliver_test(User.current)
|
||||
p result
|
||||
Mailer.deliver_test(User.current)
|
||||
puts l(:notice_email_sent, user.mail)
|
||||
rescue Exception => e
|
||||
abort l(:notice_email_error, e.message)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user