Removed unused variable.

This commit is contained in:
Jeremy Fincher 2003-09-25 05:28:18 +00:00
parent 707b55a676
commit 343fd76d51

View File

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