Skip to content

Commit

Permalink
remove log forgotten in previous PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Juke34 committed Apr 25, 2023
1 parent 02d2023 commit b968f99
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/AGAT/OmniscientI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -449,10 +449,7 @@ sub slurp_gff3_file_JD {
dual_print ($log, file_text_line({ string => " done in ".(time() - $previous_time)." seconds", char => "-" }), $verbose );
$check_cpt++; $previous_time = time();
}
my $out =prepare_gffout();
print_omniscient( {omniscient => \%omniscient,
output => $out
} );

if( $config->{check_l2_linked_to_l3} ) {
#Check relationship between l3 and l2
dual_print ($log, file_text_line({ string => "Check$check_cpt: l2 linked to l3", char => "-", prefix => "\n" }), $verbose );
Expand Down

0 comments on commit b968f99

Please sign in to comment.