Index: openacs-4/packages/edit-this-page/www/index.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/edit-this-page/www/index.vuh,v diff -u -r1.3 -r1.4 --- openacs-4/packages/edit-this-page/www/index.vuh 24 Sep 2002 00:14:44 -0000 1.3 +++ openacs-4/packages/edit-this-page/www/index.vuh 4 Apr 2003 15:59:38 -0000 1.4 @@ -18,7 +18,7 @@ # get the portion of the url following the package directory set name [ad_conn path_info] -ns_log Notice "index.vuh: request for $name" +#ns_log Notice "index.vuh: request for $name" if { [string index $name end] == "/" } { # it's in a subdirectory, and we know there's no @@ -45,7 +45,7 @@ ns_set put [ns_getform] "name" $name } -ns_log Notice "Edit This Page index.vuh: serving $path" +#ns_log Notice "Edit This Page index.vuh: serving $path" rp_internal_redirect $path