Index: openacs-4/packages/acs-tcl/lib/page-error.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/lib/page-error.tcl,v diff -u -r1.2.2.3 -r1.2.2.4 --- openacs-4/packages/acs-tcl/lib/page-error.tcl 5 Jan 2006 19:40:14 -0000 1.2.2.3 +++ openacs-4/packages/acs-tcl/lib/page-error.tcl 16 Jan 2006 08:44:10 -0000 1.2.2.4 @@ -58,8 +58,8 @@ if {[empty_string_p $bug_number] } { # This will have to wait until a later release. The author of this code MUST make this optional, and off by default. # if {[catch {ns_sendmail "$send_to" $public_userm_email $subject $error_desc_email} errmsg]} { - ns_log warning "ACS-TCL/lib/page-error failed to send mail to $send_to for $error_desc" - } +# ns_log warning "ACS-TCL/lib/page-error failed to send mail to $send_to for $error_desc_email" +# } } set bt_instance [parameter::get -package_id [ad_acs_kernel_id] \ -parameter BugTrackerInstance -default ""]