Index: openacs-4/packages/bug-tracker/www/bug.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bug-tracker/www/bug.tcl,v diff -u -N -r1.27.2.2 -r1.27.2.3 --- openacs-4/packages/bug-tracker/www/bug.tcl 19 Feb 2005 18:24:09 -0000 1.27.2.2 +++ openacs-4/packages/bug-tracker/www/bug.tcl 29 Apr 2005 17:58:17 -0000 1.27.2.3 @@ -16,8 +16,6 @@ # ##### -ns_log Notice "********************************************************" - set return_url [export_vars -base [ad_conn url] [bug_tracker::get_export_variables { bug_number }]] set project_name [bug_tracker::conn project_name] @@ -70,7 +68,6 @@ # Registration required for all actions set action_id "" if { ![empty_string_p $enabled_action_id] } { - ns_log Notice "enabled_action if statement" ad_maybe_redirect_for_registration workflow::case::enabled_action_get -enabled_action_id $enabled_action_id -array enabled_action set action_id $enabled_action(action_id) @@ -83,16 +80,12 @@ } -ns_log Notice "actions: enabled_action_id: -${enabled_action_id}-" # Buttons set actions [list] if { [empty_string_p $enabled_action_id] } { - ns_log Notice "actions: case_id: $case_id" - ns_log Notice "actions: case_id: $case_id get_enabled_actions: [workflow::case::get_available_enabled_action_ids -case_id $case_id]" - foreach available_enabled_action_id [workflow::case::get_available_enabled_action_ids -case_id $case_id] { # TODO: avoid the enabled_action_get query by caching it, or caching only the enabled_action_id -> action_id lookup? workflow::case::enabled_action_get -enabled_action_id $available_enabled_action_id -array enabled_action @@ -101,8 +94,6 @@ } } -ns_log Notice "actions: $actions" - ##### # # Create the form