Index: openacs-4/packages/simulation/tcl/sim-action-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/tcl/sim-action-procs.tcl,v diff -u -N -r1.10 -r1.10.2.1 --- openacs-4/packages/simulation/tcl/sim-action-procs.tcl 30 Nov 2004 21:30:39 -0000 1.10 +++ openacs-4/packages/simulation/tcl/sim-action-procs.tcl 31 Oct 2006 10:13:02 -0000 1.10.2.1 @@ -293,17 +293,6 @@ } array set row [workflow::action::fsm::generate_spec -action_id $action_id -handlers $handlers] - ############ - # DEBUGGING - if { [exists_and_not_null row(parent_action_id)] } { - ns_log notice "simulation::action::generate_spec: row(parent_action_id) is $row(parent_action_id)" - } else { - ns_log notice "simulation::action::generate_spec: no paren_action_id in sight :(" - } - # STOP DEBUGGING - ############### - - # Get local spec, remove unwanted entries get -action_id $action_id -array local_row -local_only array unset local_row recipients