Skip to content

Commit 200c7e8

Browse files
authored
Remove errant print statement
1 parent af875a9 commit 200c7e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

multinet/api/views/common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ class WorkspaceChildMixin(NestedViewSetMixin):
4747
@property
4848
def workspace_field(self):
4949
field = 'workspace__name'
50-
print(type(self))
5150
if self.prefix is not None:
5251
field = f'{self.prefix}__{field}'
5352

0 commit comments

Comments
 (0)