Remove stray debuglog
This commit is contained in:
parent
b6d372e97e
commit
ef9032bec2
@ -113,8 +113,6 @@ class RenderNode(object):
|
|||||||
state.exit()
|
state.exit()
|
||||||
|
|
||||||
def draw(self):
|
def draw(self):
|
||||||
log.debug("Compiling renderNode for %s", self.sceneNode)
|
|
||||||
|
|
||||||
with self.enterStates():
|
with self.enterStates():
|
||||||
self.drawSelf()
|
self.drawSelf()
|
||||||
self.callChildren()
|
self.callChildren()
|
||||||
|
Reference in New Issue
Block a user