Commit be23851c authored by Serge S. Koval's avatar Serge S. Koval

Removed debug statement

parent 280beb14
......@@ -211,8 +211,6 @@ class ModelView(BaseModelView):
if isinstance(sort_field, basestring):
query = query.order_by((sort_field, sort_desc and 'desc' or 'asc'))
elif isinstance(sort_field, Field):
print sort_field
if sort_field.model != self.model:
query = self._handle_join(query, sort_field, joins)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment