From 1b7b024bd7bbc8111b740083d9138597a29e515c Mon Sep 17 00:00:00 2001 From: richard-dds Date: Wed, 22 Aug 2018 11:10:29 -0400 Subject: [PATCH] Remove outdated comment --- atst/domain/workspaces.py | 4 ---- 1 file changed, 4 deletions(-) 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