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

debug info removed

parent 4712ace6
No related branches found
No related tags found
1 merge request!35Resolve "Search by coordinates in complex"
......@@ -103,9 +103,7 @@ public class FullAliasViewFactory extends ElementViewFactory<Element, FullAliasV
FullAliasView result = new FullAliasView(element, icon);
if (element != null) {
result.addReferences(annotationViewFactory.createList(element.getMiriamData()));
logger.debug("datamining start");
result.addOther("dataMining", getDataMiningInformation(element, MAX_MISSING_CONNECTIONS));
logger.debug("datamining stop");
List<AnnotationView> columns = new ArrayList<>();
AnnotationView structureView = annotationViewFactory.create(DataMiningType.STRUCTURE_ANALYSIS);
......@@ -212,9 +210,7 @@ public class FullAliasViewFactory extends ElementViewFactory<Element, FullAliasV
return result;
}
if (dataMiningService != null) {
logger.debug("X");
Collection<DataMining> connections = alias.getDataMining();
logger.debug("Y");
if (connections.size() > 0) {
for (DataMining missingConnection : connections) {
if (missingConnection.getType().equals(DataMiningType.STRUCTURE_ANALYSIS)) {
......
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