Removed unused variable.

This commit is contained in:
Jeremy Fincher 2003-09-25 05:28:18 +00:00
parent 707b55a676
commit 343fd76d51
1 changed files with 1 additions and 3 deletions

View File

@ -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,