Index: openacs-4/packages/imsld/tcl/imsld-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/imsld/tcl/imsld-procs.tcl,v diff -u -r1.36 -r1.37 --- openacs-4/packages/imsld/tcl/imsld-procs.tcl 23 Feb 2006 14:25:27 -0000 1.36 +++ openacs-4/packages/imsld/tcl/imsld-procs.tcl 6 Mar 2006 15:58:49 -0000 1.37 @@ -1983,8 +1983,6 @@ set first_p 1 db_1row get_first_role_part { *SQL* } } else { - ns_log notice "uno" - # get the completed activities in order to display them # save the last one (the last role_part_id of THE LAST completed activity) because we will use it latter @@ -2190,8 +2188,6 @@ # 1. if it is a learning or support activity, no problem, find the associated files and return the lists # 2. if it is an activity structure we have verify which activities are already completed and return the next # activity in the activity structure, handling the case when the next activity is also an activity structure - ns_log notice "dos" - db_1row get_role_part_activity { select case when learning_activity_id is not null @@ -2256,7 +2252,6 @@ append environments "[join [lindex $environment 3] " "]
" } } - ns_log notice "tres acti $activity_id " # learning activity if { [string eq $activity_type learning] } {