Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
metexplore
met4j
Commits
ab85151a
Commit
ab85151a
authored
Apr 19, 2022
by
cfrainay
Browse files
remove debug print
parent
0f3dae33
Changes
1
Hide whitespace changes
Inline
Side-by-side
met4j-toolbox/src/main/java/fr/inrae/toulouse/metexplore/met4j_toolbox/attributes/ExtractSbmlAnnot.java
View file @
ab85151a
...
...
@@ -75,7 +75,6 @@ public class ExtractSbmlAnnot extends AbstractMet4jApplication {
StringBuffer
sb
=
new
StringBuffer
(
e
.
getId
());
Set
<
BioRef
>
refSet
=
e
.
getRefs
(
db
);
System
.
err
.
println
(
e
.
getRefs
().
keySet
());
if
(
refSet
!=
null
){
i
+=
1
;
if
(
uniq
)
refSet
=
new
HashSet
<
BioRef
>(
Arrays
.
asList
(
refSet
.
iterator
().
next
()));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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