Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
feudal
feudalBackend
Commits
9e3ae5c2
Commit
9e3ae5c2
authored
Dec 19, 2017
by
Lukas Burgey
Browse files
Remove obsolete logging
parent
30cbbb71
Changes
1
Hide whitespace changes
Inline
Side-by-side
django_backend/backend/clientapi/views.py
View file @
9e3ae5c2
...
@@ -23,7 +23,6 @@ class DeploymentsView(generics.RetrieveAPIView):
...
@@ -23,7 +23,6 @@ class DeploymentsView(generics.RetrieveAPIView):
# the client may want only a special selection of services
# the client may want only a special selection of services
if
's'
in
self
.
request
.
query_params
:
if
's'
in
self
.
request
.
query_params
:
filter_services
=
self
.
request
.
query_params
.
getlist
(
's'
)
filter_services
=
self
.
request
.
query_params
.
getlist
(
's'
)
print
(
filter_services
)
else
:
else
:
filter_services
=
None
filter_services
=
None
...
...
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