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