Skip to content

Commit 36b249b

Browse files
authored
Update multinet/api/views/common.py
1 parent cb319cc commit 36b249b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

multinet/api/views/common.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ def workspace_field(self):
5555
def get_parents_query_dict(self):
5656
parents_query_dict = super().get_parents_query_dict()
5757

58-
print(parents_query_dict)
59-
6058
# Replace the standard lookup field with one that (possibly) goes
6159
# through the session object's related network or table object.
6260
new_field = self.workspace_field

0 commit comments

Comments
 (0)