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)
|
||||
|
||||
|
|
|
|||
|
|
@ -82,7 +82,6 @@ class LoadTypes(Types): # export
|
|||
self._debug('o "{}.{}" is not of type {}'.format(mod_name, member_name, tp))
|
||||
else:
|
||||
self._debug('o "{}.{}" doesn\'t match type filter'.format(mod_name, member_name))
|
||||
breakpoint()
|
||||
continue
|
||||
self._debug('o "{}.{}" is fine, adding'.format(mod_name, member_name))
|
||||
ret.append(c)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue