mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-01 21:02:15 +00:00
Remove debug print statement
This commit is contained in:
@@ -271,7 +271,6 @@ class SecureAPIRequest(generic.View):
|
|||||||
results = []
|
results = []
|
||||||
query = reduce(operator.and_, queries)
|
query = reduce(operator.and_, queries)
|
||||||
objects = self.models[model].objects.filter(query)
|
objects = self.models[model].objects.filter(query)
|
||||||
print objects.query
|
|
||||||
for o in objects:
|
for o in objects:
|
||||||
data = {
|
data = {
|
||||||
'pk': o.pk,
|
'pk': o.pk,
|
||||||
|
|||||||
Reference in New Issue
Block a user