mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
removed print statements
This commit is contained in:
parent
f2dd2619fb
commit
7055683eb5
@ -512,7 +512,6 @@ class ConnectionRepository(
|
|||||||
return self.http
|
return self.http
|
||||||
|
|
||||||
def startReaderPollTask(self):
|
def startReaderPollTask(self):
|
||||||
print '########## startReaderPollTask'
|
|
||||||
# Stop any tasks we are running now
|
# Stop any tasks we are running now
|
||||||
self.stopReaderPollTask()
|
self.stopReaderPollTask()
|
||||||
self.accept(CConnectionRepository.getOverflowEventName(),
|
self.accept(CConnectionRepository.getOverflowEventName(),
|
||||||
@ -521,7 +520,6 @@ class ConnectionRepository(
|
|||||||
priority = self.taskPriority)
|
priority = self.taskPriority)
|
||||||
|
|
||||||
def stopReaderPollTask(self):
|
def stopReaderPollTask(self):
|
||||||
print '########## stopReaderPollTask'
|
|
||||||
taskMgr.remove(self.uniqueName("readerPollTask"))
|
taskMgr.remove(self.uniqueName("readerPollTask"))
|
||||||
self.ignore(CConnectionRepository.getOverflowEventName())
|
self.ignore(CConnectionRepository.getOverflowEventName())
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user