diff --git a/awx/main/tasks.py b/awx/main/tasks.py index 46edabbbe3..6bedba40b4 100644 --- a/awx/main/tasks.py +++ b/awx/main/tasks.py @@ -1288,8 +1288,6 @@ class BaseTask(object): if self.instance.spawned_by_workflow: self.parent_workflow_job_id = self.instance.get_workflow_job().id - # TODO: can we count on instance always having created? - # If we can't how can we store the job_event? self.job_created = str(self.instance.created) try: