mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Removed unused variable.
This commit is contained in:
parent
707b55a676
commit
343fd76d51
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user