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
195b47be
Commit
195b47be
authored
May 08, 2019
by
Piotr Gawron
Browse files
debug removed
parent
78efa4fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
model/src/main/java/lcsb/mapviewer/model/map/Drawable.java
View file @
195b47be
...
...
@@ -13,8 +13,6 @@ public interface Drawable {
@Override
public
int
compare
(
Drawable
o1
,
Drawable
o2
)
{
Logger
.
getLogger
(
Drawable
.
class
).
debug
(
o1
);
Logger
.
getLogger
(
Drawable
.
class
).
debug
(
o2
);
int
id1
=
o1
.
getZ
();
int
id2
=
o2
.
getZ
();
return
integerComparator
.
compare
(
id1
,
id2
);
...
...
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