Skip to content

Commit bd3434d

Browse files
committed
minor fixes
Signed-off-by: Pablo Fernández Rodríguez <pafernan@redhat.com>
1 parent c01f84a commit bd3434d

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)