mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
removed unnecessary code
This commit is contained in:
parent
8256254a07
commit
c425fe114a
@ -79,10 +79,6 @@ class Task:
|
||||
except:
|
||||
pass
|
||||
else:
|
||||
try:
|
||||
isDev = __dev__
|
||||
except:
|
||||
isDev = False
|
||||
if config.GetBool('record-task-creation-stack', 0):
|
||||
self.debugInitTraceback = StackTrace("Task "+str(callback), 1, 10)
|
||||
# Unique ID for each task
|
||||
|
Loading…
x
Reference in New Issue
Block a user