Skip to content
Snippets Groups Projects
Commit 4c86f126 authored by Ray Liu's avatar Ray Liu
Browse files

Commented out printing statements in fuzzyNames

parent dab68c93
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ public class WormsAPI {
* @throws ParseException
*/
public static int fuzzyNameToID(String fuzzyName) throws IOException, ParseException {
System.out.println("Fuzzy name: " + fuzzyName);
//System.out.println("Fuzzy name: " + fuzzyName);
fuzzyName = repSpaces(fuzzyName);
String resp = makeRequest(String.format(
"http://marinespecies.org/rest/AphiaRecordsByMatchNames?scientificnames%%5B%%5D=%s&marine_only=true",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment