From ea2afeec1fdceecd834af4b90b45a7afd656ddc8 Mon Sep 17 00:00:00 2001 From: Jim Ladd Date: Wed, 24 Feb 2021 10:25:35 -0800 Subject: [PATCH] Drop todo / answered question --- awx/main/tasks.py | 2 -- 1 file changed, 2 deletions(-) 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: