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