Index: openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl,v diff -u -N -r1.141.2.11 -r1.141.2.12 --- openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 17 Dec 2019 13:17:54 -0000 1.141.2.11 +++ openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 17 Feb 2020 08:48:31 -0000 1.141.2.12 @@ -1807,9 +1807,7 @@ # lookup and check whether the returned node_id has the same # URL as the provided one. # - ns_log notice "site_node::exists_p <$url>" set node_id [::xo::site_node get_node_id -url $url_no_trailing] - ns_log notice "site_node::exists_p <[list ::xo::site_node get_node_id -url $url_no_trailing]> -> $node_id" return [expr {[::xo::site_node get_url -node_id $node_id] eq "$url_no_trailing/"}] }