mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Remove print statements that are no longer needed.
This commit is contained in:
parent
7a207da5a8
commit
964e5d3426
@ -707,9 +707,6 @@ sub handle_sim_class ($$$$) {
|
|||||||
|
|
||||||
sub handle_sim_class_job($$$) {
|
sub handle_sim_class_job($$$) {
|
||||||
my ($in_job, $job_id, $sim_ref) = @_ ;
|
my ($in_job, $job_id, $sim_ref) = @_ ;
|
||||||
|
|
||||||
print "in_job=$in_job\n";
|
|
||||||
|
|
||||||
my ($job_push, $is_dynamic_event) ;
|
my ($job_push, $is_dynamic_event) ;
|
||||||
my ( $child, $phase, $cycle, $start, $stop, $ov_class ,
|
my ( $child, $phase, $cycle, $start, $stop, $ov_class ,
|
||||||
$ov_class_self, $sup_class_data, $tag, $job_call, $job_ret, $job_name, $args , $class ) ;
|
$ov_class_self, $sup_class_data, $tag, $job_call, $job_ret, $job_name, $args , $class ) ;
|
||||||
@ -745,8 +742,6 @@ sub handle_sim_class_job($$$) {
|
|||||||
)\s*; # end job call
|
)\s*; # end job call
|
||||||
/sx ;
|
/sx ;
|
||||||
|
|
||||||
print "The specified child is $child \n";
|
|
||||||
print "The specified cycle is $cycle \n";
|
|
||||||
|
|
||||||
$child = 0 if ( $child eq "" ) ;
|
$child = 0 if ( $child eq "" ) ;
|
||||||
$child =~ s/^C// ;
|
$child =~ s/^C// ;
|
||||||
@ -782,8 +777,6 @@ sub handle_sim_class_job($$$) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
print "The specified phase is $phase\n";
|
|
||||||
|
|
||||||
if ( $phase ne "" ) {
|
if ( $phase ne "" ) {
|
||||||
$phase =~ s/^P// ;
|
$phase =~ s/^P// ;
|
||||||
$job_push .= ", $phase" ;
|
$job_push .= ", $phase" ;
|
||||||
|
Loading…
Reference in New Issue
Block a user