Index: openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-procs.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-procs.tcl 12 May 2002 18:15:03 -0000 1.8 +++ openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-procs.tcl 12 May 2002 18:35:20 -0000 1.9 @@ -78,7 +78,6 @@ } { Add the dotlrn applet to a specific community } { - ns_log notice "XXX dotlrn_members::add_applet_to_community community_id is $community_id" # portal template stuff set portal_id [dotlrn_community::get_portal_id -community_id $community_id] set community_type [dotlrn_community::get_community_type_from_community_id $community_id] @@ -89,7 +88,6 @@ set page_name [get_community_default_page] } - ns_log notice "XXX dotlrn_members::add_applet_to_community portal_id is $portal_id; page_name is $page_name; community_id is $community_id" dotlrn_members_portlet::add_self_to_page \ -portal_id $portal_id \ -page_name $page_name \ Index: openacs-4/packages/dotlrn-portlet/tcl/dotlrn-members-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/tcl/dotlrn-members-portlet-procs.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/dotlrn-portlet/tcl/dotlrn-members-portlet-procs.tcl 12 May 2002 18:15:03 -0000 1.7 +++ openacs-4/packages/dotlrn-portlet/tcl/dotlrn-members-portlet-procs.tcl 12 May 2002 18:35:20 -0000 1.8 @@ -54,7 +54,6 @@ Adds the dotlrn "members" portlet to the given portal. Pass along the community_id } { - ns_log notice "XXX dotlrn_members_portlet::add_self_to_page portal_id is $portal_id; page_name is $page_name; community_id is $community_id" set element_id [portal::add_element \ -pretty_name [get_pretty_name] \ -portal_id $portal_id \ Index: openacs-4/packages/dotlrn-portlet/tcl/dotlrn-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/tcl/dotlrn-portlet-procs.tcl,v diff -u -r1.30 -r1.31 --- openacs-4/packages/dotlrn-portlet/tcl/dotlrn-portlet-procs.tcl 12 May 2002 18:15:03 -0000 1.30 +++ openacs-4/packages/dotlrn-portlet/tcl/dotlrn-portlet-procs.tcl 12 May 2002 18:35:20 -0000 1.31 @@ -61,7 +61,6 @@ @return element_id The new element's id } { - ns_log notice "XXX dotlrn_portlet::add_self_to_page portal_id is $portal_id; community_id is $community_id" set element_id [portal::add_element \ -portal_id $portal_id \ -portlet_name [get_my_name] \