Index: openacs-4/packages/fs-portlet/tcl/fs-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/fs-portlet/tcl/fs-portlet-procs.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/fs-portlet/tcl/fs-portlet-procs.tcl 9 Oct 2001 15:42:14 -0000 1.7 +++ openacs-4/packages/fs-portlet/tcl/fs-portlet-procs.tcl 17 Oct 2001 19:49:55 -0000 1.8 @@ -73,8 +73,6 @@ # get user_id from the conn at this point set user_id [ad_conn user_id] - ns_log notice "AKS54 got here" - # a big-time query from file-storage set query " select i.item_id as file_id, @@ -126,17 +124,13 @@ $data " - ns_log notice "AKS52 got here $rowcount" - if {!$rowcount} { set template "No items in this folder

more..." } set code [template::adp_compile -string $template] set output [template::adp_eval code] - ns_log notice "AKS53 got here $output" - return $output }