Skip to content

Commit

Permalink
removed a print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bill-baumgartner committed Feb 9, 2016
1 parent 2a68c66 commit cb1faa9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ protected boolean hasTaxonOfInterest(SparseUniProtFileRecord record) {
}
for (DbReference dbRef : record.getOrganism().getDbReference()) {
if (getTaxonsOfInterest().contains(dbRef.getId())) {
System.out.println("has taxon of interest: " + dbRef.getId());
return true;
}
}
Expand Down

0 comments on commit cb1faa9

Please sign in to comment.