Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
1ff3540f
Commit
1ff3540f
authored
Feb 23, 2016
by
HERBERT Ryan
Browse files
task.py removed some useless prints
parent
cfdde9c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/models/task.py
View file @
1ff3540f
...
...
@@ -271,9 +271,6 @@ def run_mixcr(id_file, id_config, id_data, clean_before=False, clean_after=False
db
.
commit
()
config_name
=
db
.
config
[
id_config
].
name
print
(
id_data
)
print
(
id_config
)
print
(
out_folder
)
res
=
{
"message"
:
"[%s] c%s: MiXCR finished - %s"
%
(
id_data
,
id_config
,
out_folder
)}
log
.
info
(
res
)
...
...
Write
Preview
Supports
Markdown
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