Skip to content
Snippets Groups Projects
Commit c4957803 authored by Ian Longden's avatar Ian Longden
Browse files

removed debug lines

parent 39c78359
No related branches found
No related tags found
No related merge requests found
......@@ -167,9 +167,6 @@ sub create_xrefs {
push @xrefs, $xref;
}# if defined species
else{ #### REMOVE after TESTING
print "not correct $species $species_id NE $species_id_check\n";
}
} # while <REFSEQ>
......
......@@ -114,9 +114,6 @@ sub create_xrefs {
push @xrefs, $xref;
}
else{
print "not correct species $species_id NE $species_id_check\n";
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment