Commit 265aae2a authored by Serge S. Koval's avatar Serge S. Koval

Update view.py

Removed debug print.
parent 16fa57f2
......@@ -238,7 +238,6 @@ class ModelView(BaseModelView):
:param id:
Model ID
"""
print('get', id)
return self.coll.find_one({'_id': self._get_valid_id(id)})
def edit_form(self, obj):
......
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