Skip to content

Commit

Permalink
Removing debug code (sorry)
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorRodchenkov committed Apr 29, 2024
1 parent 890f31f commit 8d9fd8c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ public ConfigurableIDFetcher useNameWhenNoDbMatch(boolean useNameWhenNoDbMatch)
public Set<String> fetchID(BioPAXElement ele)
{
Set<String> set = new HashSet<>();
if(ele instanceof EntityReference) {
System.out.println("fetchID(ER): " + ele.getUri());
}
if(ele instanceof XReferrable) {
//Iterate the db priority list, match/filter all xrefs to collect the IDs of given type, until 'set' is not empty.
List<String> dbStartsWithOrEquals =
Expand Down

0 comments on commit 8d9fd8c

Please sign in to comment.