Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -r1.46 -r1.47 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 26 Sep 2003 12:51:52 -0000 1.46 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 30 Sep 2003 08:50:26 -0000 1.47 @@ -968,11 +968,9 @@ if { [regexp {\?} $base] } { # The base already has query vars set export_string "${base}&${export_string}" - ns_log Notice "pm debug with query vars base=$base export_string=$export_string" } else { # The base has no query vars set export_string "$base?$export_string" - ns_log Notice "pm debug without query vars base=$base export_string=$export_string" } } else { set export_string $base