Skip to content

Commit 97d4131

Browse files
authored
Add files via upload
1 parent b99c17c commit 97d4131

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pycatfile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3303,7 +3303,6 @@ def ReadInStackedFileWithContentToArray(infile, fmttype="auto", filestart=0, see
33033303
if outarray is False: # stop when function signals False
33043304
break
33053305
infile = outarray['fp']
3306-
print(infile.tell())
33073306
outretval.append(outarray)
33083307
return outretval
33093308

@@ -7567,7 +7566,6 @@ def StackedCatFileToArray(infile, fmttype="auto", filestart=0, seekstart=0, seek
75677566
if outarray is False: # stop when function signals False
75687567
break
75697568
infile = outarray['fp']
7570-
print(infile.tell())
75717569
outretval.append(outarray)
75727570
return outretval
75737571

0 commit comments

Comments
 (0)