1
0
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:
Holger Just 2010-10-08 14:58:16 +02:00
parent 07f7454c01
commit 7a316ee1e4

View File

@ -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)