Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Devrim Gunyel
core
Commits
efd8fc39
Commit
efd8fc39
authored
Feb 28, 2019
by
Piotr Gawron
Browse files
debug removed
parent
507d149f
Changes
1
Hide whitespace changes
Inline
Side-by-side
annotation/src/main/java/lcsb/mapviewer/annotation/services/genome/AbstractReferenceGenomeConnector.java
View file @
efd8fc39
...
...
@@ -197,11 +197,9 @@ public abstract class AbstractReferenceGenomeConnector extends CachableInterface
getReferenceGenomeDao
().
update
(
referenceGenome
);
getReferenceGenomeDao
().
commit
();
getReferenceGenomeDao
().
flush
();
logger
.
debug
(
0
);
getBigFileCache
().
downloadFile
(
url
,
false
,
new
IProgressUpdater
()
{
@Override
public
void
setProgress
(
double
progress
)
{
logger
.
debug
(
progress
);
if
(
updater
!=
null
)
{
updater
.
setProgress
(
progress
);
}
...
...
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