Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Devrim Gunyel
core
Commits
6aba0db3
Commit
6aba0db3
authored
May 13, 2019
by
Piotr Gawron
Browse files
debug removed
parent
3fb09925
Changes
1
Hide whitespace changes
Inline
Side-by-side
converter-graphics/src/main/java/lcsb/mapviewer/converter/graphics/bioEntity/element/species/SpeciesConverter.java
View file @
6aba0db3
...
...
@@ -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
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment