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