Skip to content
Snippets Groups Projects
Commit 9c16521e authored by Piotr Gawron's avatar Piotr Gawron
Browse files

debug removed

parent 02934500
No related branches found
No related tags found
2 merge requests!630WIP: Resolve "The privileges of a new user are not saved in some cases",!427fix on reactome connector test after the database content changed
......@@ -186,7 +186,6 @@ public class ChebiAnnotator extends ElementAnnotator implements IExternalService
}
entities = client.getLiteEntity(name, SearchCategory.ALL, MAX_SEARCH_RESULTS_FROM_CHEBI_API, StarsCategory.ALL);
resultList = entities.getListElement();
logger.debug(resultList);
for (LiteEntity liteEntity : resultList) {
Entity entity = client.getCompleteEntity(liteEntity.getChebiId());
for (DataItem dataItem : entity.getFormulae()) {
......
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