We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af875a9 commit 200c7e8Copy full SHA for 200c7e8
1 file changed
multinet/api/views/common.py
@@ -47,7 +47,6 @@ class WorkspaceChildMixin(NestedViewSetMixin):
47
@property
48
def workspace_field(self):
49
field = 'workspace__name'
50
- print(type(self))
51
if self.prefix is not None:
52
field = f'{self.prefix}__{field}'
53
0 commit comments