mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 12:56:26 +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($$$) {
|
||||
my ($in_job, $job_id, $sim_ref) = @_ ;
|
||||
|
||||
print "in_job=$in_job\n";
|
||||
|
||||
my ($job_push, $is_dynamic_event) ;
|
||||
my ( $child, $phase, $cycle, $start, $stop, $ov_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
|
||||
/sx ;
|
||||
|
||||
print "The specified child is $child \n";
|
||||
print "The specified cycle is $cycle \n";
|
||||
|
||||
$child = 0 if ( $child eq "" ) ;
|
||||
$child =~ s/^C// ;
|
||||
@ -782,8 +777,6 @@ sub handle_sim_class_job($$$) {
|
||||
}
|
||||
}
|
||||
|
||||
print "The specified phase is $phase\n";
|
||||
|
||||
if ( $phase ne "" ) {
|
||||
$phase =~ s/^P// ;
|
||||
$job_push .= ", $phase" ;
|
||||
|
Loading…
Reference in New Issue
Block a user