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