From cdfc56667aa67490203d2f43e8232b28f15eac5c Mon Sep 17 00:00:00 2001 From: Chris Church Date: Mon, 9 Sep 2013 20:28:11 -0400 Subject: [PATCH] AC-132. Mask passwords in project update args and stdout. --- awx/main/models/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/awx/main/models/__init__.py b/awx/main/models/__init__.py index 82235b3c70..1f0dd376ce 100644 --- a/awx/main/models/__init__.py +++ b/awx/main/models/__init__.py @@ -658,9 +658,6 @@ class Project(CommonModel): default=False, editable=False, ) - - # FIXME: Still need to implement: - # - masking passwords in project update args/stdout def save(self, *args, **kwargs): new_instance = not bool(self.pk)