lib: Remove leftover breakpoints
Remove two breakpoints not belonging in the code of TarIo and Types.
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
a9475de48e
commit
069899e48e
2 changed files with 0 additions and 2 deletions
|
|
@ -39,7 +39,6 @@ class TarIo(CopyContext):
|
|||
blob = (await self.src.get(path)).stdout
|
||||
except Exception as e:
|
||||
log(ERR, f'Failed to read tar file "{path}" ({str(e)}')
|
||||
breakpoint()
|
||||
raise
|
||||
return self._filter_tar_file(blob, path_filter, matched=matched)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue