diff --git a/src/debug.py b/src/debug.py index 383626636..478c4b73a 100644 --- a/src/debug.py +++ b/src/debug.py @@ -73,7 +73,7 @@ else: colorterm = True # printf: True if printf debugging messages should be printed. -printf = True +printf = False # minimumDebugPriority: Lowest priority logged; # One of {'verbose', 'low', 'normal', 'high'}. @@ -90,8 +90,6 @@ _errorfd = file(errorfile, 'a') _debugfd = file(debugfile, 'a') _tracefd = file(tracefile, 'w') -minpriority = 1 - priorities = { 'verbose': 0, 'low': 1, 'normal': 2,