Index: openacs-4/packages/assessment/tcl/as-section-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-section-procs.tcl,v diff -u -r1.31 -r1.32 --- openacs-4/packages/assessment/tcl/as-section-procs.tcl 22 Apr 2008 07:37:33 -0000 1.31 +++ openacs-4/packages/assessment/tcl/as-section-procs.tcl 29 Aug 2008 18:59:44 -0000 1.32 @@ -217,7 +217,6 @@ set item_list [db_list_of_lists get_sorted_items {}] if {[llength $item_list] > 0} { - ns_log notice "as::section::items returning item_list from get_sorted_items \n $item_list \n" return $item_list }