We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb319cc commit 36b249bCopy full SHA for 36b249b
multinet/api/views/common.py
@@ -55,8 +55,6 @@ def workspace_field(self):
55
def get_parents_query_dict(self):
56
parents_query_dict = super().get_parents_query_dict()
57
58
- print(parents_query_dict)
59
-
60
# Replace the standard lookup field with one that (possibly) goes
61
# through the session object's related network or table object.
62
new_field = self.workspace_field
0 commit comments