Skip to content

Commit

Permalink
Debug PRT
Browse files Browse the repository at this point in the history
  • Loading branch information
tpapaioa committed Sep 18, 2024
1 parent c1193a2 commit af602ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions broker/broker.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def mp_split(*args, **kwargs):
if count is None:
return self.func(instance, *args, **kwargs)

breakpoint()
results = []
for _ in range(count):
host = self.func(instance, *args, **kwargs)[0]
Expand Down Expand Up @@ -168,7 +167,6 @@ def checkout(self):
if isinstance(host, exceptions.ProviderError):
err = host
hosts.remove(host)
breakpoint()
helpers.emit(hosts=[host.to_dict() for host in hosts])
self._hosts.extend(hosts)
helpers.update_inventory([host.to_dict() for host in hosts])
Expand Down

0 comments on commit af602ec

Please sign in to comment.