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)