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

debug removed

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