mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
Checkin to disable stack track debug info for performance tuning.
This commit is contained in:
parent
ee0a39a50c
commit
72112dbe72
@ -23,8 +23,8 @@ class MetaInterval(CMetaInterval):
|
|||||||
|
|
||||||
SequenceNum = 1
|
SequenceNum = 1
|
||||||
def __init__(self, *ivals, **kw):
|
def __init__(self, *ivals, **kw):
|
||||||
if __debug__:
|
#if __debug__:
|
||||||
self.debugInitTraceback = PythonUtil.StackTrace("create interval", 1, 10)
|
# self.debugInitTraceback = PythonUtil.StackTrace("create interval", 1, 10)
|
||||||
|
|
||||||
name = None
|
name = None
|
||||||
#if len(ivals) == 2 and isinstance(ivals[1], types.StringType):
|
#if len(ivals) == 2 and isinstance(ivals[1], types.StringType):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user