mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
removed if debug clause to import traceback, for TEST ONLY!
This commit is contained in:
parent
9c1464b176
commit
3fb756cfb2
@ -36,8 +36,8 @@ import sys
|
|||||||
import random
|
import random
|
||||||
import time
|
import time
|
||||||
import new
|
import new
|
||||||
if __debug__:
|
#if __debug__:
|
||||||
import traceback
|
import traceback
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user