diff --git a/atst/domain/workspaces.py b/atst/domain/workspaces.py index 83f729f6..afb6bb80 100644 --- a/atst/domain/workspaces.py +++ b/atst/domain/workspaces.py @@ -12,10 +12,6 @@ from atst.models.permissions import Permissions class Workspaces(object): - # will a request have a TO association? - # do we automatically create an entry for the request.creator in the - # workspace_roles table? - @classmethod def create(cls, request, name=None): name = name or request.id