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
minerva
core
Commits
2e142293
Commit
2e142293
authored
May 13, 2019
by
Piotr Gawron
Browse files
debug removed
parent
6aba0db3
Changes
1
Hide whitespace changes
Inline
Side-by-side
converter-graphics/src/main/java/lcsb/mapviewer/converter/graphics/bioEntity/element/compartment/CompartmentConverter.java
View file @
2e142293
...
...
@@ -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
);
}
...
...
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