diff --git a/RIGS/views.py b/RIGS/views.py index cebaca28..f7df6c3e 100644 --- a/RIGS/views.py +++ b/RIGS/views.py @@ -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,