mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
whoops, remove debug prints
This commit is contained in:
parent
f666607adc
commit
b5eeced04a
@ -224,15 +224,11 @@ class file:
|
||||
xreadlines = readlines
|
||||
|
||||
def seek(self, offset, whence = 0):
|
||||
print "seek(%s)" % (offset)
|
||||
if self.__stream:
|
||||
print "clear"
|
||||
self.__stream.clear() # clear eof flag
|
||||
if self.__reader:
|
||||
print "seekg"
|
||||
self.__stream.seekg(offset, whence)
|
||||
if self.__writer:
|
||||
print "seekp"
|
||||
self.__stream.seekp(offset, whence)
|
||||
|
||||
def tell(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user