Skip to content

Commit f96f961

Browse files
authored
Add files via upload
1 parent 56342ea commit f96f961

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pyfoxfile.py

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

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

0 commit comments

Comments
 (0)