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

debug removed

parent c6cf8c95
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",!560Resolve "add support for modifications and states in sbml export/import"
......@@ -428,8 +428,6 @@ public class SbmlSpeciesExporter extends SbmlElementExporter<Species, org.sbml.j
}
double x = mr.getPosition().getX() - width / 2;
double y = mr.getPosition().getY() - height / 2;
logger.debug(mr.getPosition().getX() + ";" + mr.getPosition().getY() + ";" + modificationFeatureValue.getId());
logger.debug(x + ";" + y + ";" + modificationFeatureValue.getId());
BoundingBox boundingBox = new BoundingBox();
boundingBox.setPosition(new Point(x, y));
Dimensions dimensions = new Dimensions();
......
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