forked from josch/mmdebstrap
tarfilter: remove leftover debugging statement
This commit is contained in:
parent
ebfac91738
commit
bd5d3c3dab
1 changed files with 0 additions and 2 deletions
|
@ -80,8 +80,6 @@ dpkg(1) for information on how these two options work in detail.
|
||||||
prefix = prefix_prog.sub(r"\1", r.pattern)
|
prefix = prefix_prog.sub(r"\1", r.pattern)
|
||||||
prefix = prefix.rstrip("/")
|
prefix = prefix.rstrip("/")
|
||||||
if member.name[1:].startswith(prefix):
|
if member.name[1:].startswith(prefix):
|
||||||
if member.name == "./usr/share/doc/doc-debian":
|
|
||||||
print("foo", prefix, "bar", file=sys.stderr)
|
|
||||||
return False
|
return False
|
||||||
return skip
|
return skip
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue