Skip to content

Commit

Permalink
Remove printlns
Browse files Browse the repository at this point in the history
  • Loading branch information
holmbergius committed Dec 3, 2024
1 parent c2328b0 commit 5c26cb6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/org/ecocean/identity/IBEISIA.java
Original file line number Diff line number Diff line change
Expand Up @@ -2068,14 +2068,10 @@ public static JSONObject processCallback(String taskID, JSONObject resp, String
}
}

//check number of encounters
System.out.println("ZZZZ Sending "+needIdentifyingMap.keySet().size() +" encounters to ID.");

//send to ID by Encounter
for(String encUUID:needIdentifyingMap.keySet()) {

System.out.println("ZZZZ Sending enc "+encUUID+" to ID.");

ArrayList<Annotation> annots = needIdentifyingMap.get(encUUID);

JSONObject j = new JSONObject();
Expand Down

0 comments on commit 5c26cb6

Please sign in to comment.