Remove print statements that are no longer needed.

This commit is contained in:
Hong Chen 2024-11-15 10:52:48 -06:00
parent 7a207da5a8
commit 964e5d3426

View File

@ -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" ;