Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
vidjil
vidjil
Commits
057888df
Commit
057888df
authored
Feb 09, 2018
by
Ryan Herbert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
file.py remove some useless log.debug
parent
f7e947c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
server/web2py/applications/vidjil/controllers/file.py
server/web2py/applications/vidjil/controllers/file.py
+0
-3
No files found.
server/web2py/applications/vidjil/controllers/file.py
View file @
057888df
...
...
@@ -70,8 +70,6 @@ def validate_sets(set_ids):
sets
=
[]
errors
=
[]
log
.
debug
(
'set_ids: '
+
str
(
set_ids
))
log
.
debug
(
'len: '
+
str
(
len
(
set_ids
)))
if
len
(
set_ids
)
==
0
:
errors
.
append
(
"missing set association"
)
...
...
@@ -81,7 +79,6 @@ def validate_sets(set_ids):
set_ids_arr
=
[]
if
len
(
set_ids
)
>
0
:
set_ids_arr
=
[
x
.
strip
()
for
x
in
set_ids
.
split
(
','
)]
log
.
debug
(
'set_ids array: '
+
str
(
set_ids
))
for
sid
in
set_ids_arr
:
try
:
set_type
=
extract_set_type
(
sid
)
...
...
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