Skip to content

Commit 3a112d4

Browse files
authored
Merge pull request #75 from pafernanr/devel
minor fixes
2 parents 340fbbf + bd3434d commit 3a112d4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dynflowparser/plugins/blametaskexecution.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,6 @@ def main(self):
174174
if 'pulp_tasks' in data:
175175
for task in data['pulp_tasks']:
176176
if task.keys() >= {"pulp_created", "started_at", "finished_at"}: # noqa E501
177-
print(self.foreman_uuid)
178-
print(task)
179177
self.process_external_task(
180178
step_id, 'pulp',
181179
task['pulp_created'][:23],

0 commit comments

Comments
 (0)