Index: openacs-4/packages/dotlrn/tcl/community-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/community-procs.tcl,v diff -u -r1.175 -r1.176 --- openacs-4/packages/dotlrn/tcl/community-procs.tcl 29 May 2003 18:05:01 -0000 1.175 +++ openacs-4/packages/dotlrn/tcl/community-procs.tcl 23 Sep 2003 17:46:59 -0000 1.176 @@ -786,12 +786,6 @@ ns_set put $extra_vars user_id $user_id ns_set put $extra_vars community_id $community_id - ns_log notice "rel_type is sending the following to relation_add -member_state needs approval \ - -extra_vars $extra_vars \ - $rel_type \ - $community_id \ - $user_id " - # Set up the relationship if {[catch {set rel_id [relation_add \ -member_state "needs approval" \ Index: openacs-4/packages/static-portlet/tcl/static-portal-content-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-portlet/tcl/static-portal-content-procs.tcl,v diff -u -r1.15 -r1.16 --- openacs-4/packages/static-portlet/tcl/static-portal-content-procs.tcl 16 Oct 2002 15:41:55 -0000 1.15 +++ openacs-4/packages/static-portlet/tcl/static-portal-content-procs.tcl 23 Sep 2003 17:46:59 -0000 1.16 @@ -48,8 +48,6 @@ } { This is a bit different from other add_self_to_page procs. } { - ns_log notice "portal is is $portal_id. package_id is $package_id. content_id is $content_id. template_id = $template_id" - if {![empty_string_p $template_id]} { # we got a template_id, so we know that (1) that we are # being called from add_applet_to_community. That means that @@ -63,10 +61,8 @@ $template_id \ [static_portlet::get_my_name] ] - ns_log notice "old element id is $old_element_id" set old_content_id [portal::get_element_param $old_element_id content_id] - ns_log notice "old content id is $old_content_id" # clone the template's content set new_content_id [static_portal_content::new \ -package_id $package_id \ @@ -79,7 +75,6 @@ $portal_id \ [static_portlet::get_my_name] ] - ns_log notice "new element id is $new_element_id" portal::set_element_param $new_element_id "package_id" $package_id portal::set_element_param $new_element_id "content_id" $new_content_id @@ -93,8 +88,6 @@ # since it dosen't do the right thing for multiple elements with # the same datasource on a page. so we just use the more low level # portal::add_element - ns_log notice "before bad proc. portal id is $portal_id" - ns_log notice "before bad proc. content id $content_id" set element_id [portal::add_element \ -portal_id $portal_id \ -portlet_name [static_portlet::get_my_name] \ Index: openacs-4/packages/static-portlet/www/static-admin-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-portlet/www/static-admin-portlet.tcl,v diff -u -r1.16 -r1.17 --- openacs-4/packages/static-portlet/www/static-admin-portlet.tcl 29 May 2003 18:05:59 -0000 1.16 +++ openacs-4/packages/static-portlet/www/static-admin-portlet.tcl 23 Sep 2003 17:46:59 -0000 1.17 @@ -51,7 +51,6 @@ set element_pretty_name [ad_parameter static_admin_portlet_element_pretty_name static-portlet "Custom Portlet"] set element_pretty_plural [ad_parameter static_admin_portlet_element_pretty_plural static-portlet "Custom Portlets"] - ns_log notice "package_id = $package_id" db_multirow content select_content { select content_id, pretty_name