Index: openacs-4/packages/dotlrn/www/student-list.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/Attic/student-list.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/dotlrn/www/student-list.tcl 9 Oct 2001 15:02:49 -0000 1.1 +++ openacs-4/packages/dotlrn/www/student-list.tcl 7 Nov 2001 18:49:41 -0000 1.2 @@ -26,7 +26,6 @@ template::multirow create students user_id first_names last_name email foreach student $list_of_students { - ns_log Notice "one student - $student" template::multirow append students [lindex $student 1] [lindex $student 2] [lindex $student 3] [lindex $student 4] }