Skip to content

Commit 1392983

Browse files
authored
Add files via upload
1 parent dd5fe43 commit 1392983

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyarchivefile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3290,7 +3290,6 @@ def ReadInStackedFileWithContentToArray(infile, fmttype="auto", filestart=0, see
32903290
if outarray is False: # stop when function signals False
32913291
break
32923292
infile = outarray['fp']
3293-
print(infile.tell())
32943293
outretval.append(outarray)
32953294
return outretval
32963295

@@ -7555,7 +7554,6 @@ def StackedArchiveFileToArray(infile, fmttype="auto", filestart=0, seekstart=0,
75557554
if outarray is False: # stop when function signals False
75567555
break
75577556
infile = outarray['fp']
7558-
print(infile.tell())
75597557
outretval.append(outarray)
75607558
return outretval
75617559

0 commit comments

Comments
 (0)