Make DEBUG = False in DerivedStats
This commit is contained in:
parent
48c395565e
commit
e9a858e4cd
|
@ -18,7 +18,7 @@
|
|||
#fpdb modules
|
||||
import Card
|
||||
|
||||
DEBUG = True
|
||||
DEBUG = False
|
||||
|
||||
if DEBUG:
|
||||
import pprint
|
||||
|
|
Loading…
Reference in New Issue
Block a user