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

debug removed

parent 6aba0db3
No related branches found
No related tags found
1 merge request!771Resolve "wrong start and end of reaction lines"
......@@ -179,12 +179,9 @@ public abstract class CompartmentConverter<T extends Compartment> extends Elemen
@Override
public void draw(T alias, Graphics2D graphics, ConverterParams params, List<ColorSchema> visualizedLayoutsColorSchemas) throws DrawingException {
logger.debug("Draw: "+alias.getElementId());
if (alias.getGlyph() != null) {
logger.debug("as glyph");
drawGlyph(alias, graphics);
} else {
logger.debug("without glyph");
drawImpl(alias, graphics, params);
}
......
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