Explorar o código

Removed unused variable

pombredanne %!s(int64=12) %!d(string=hai) anos
pai
achega
fe9ab7424f
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      supervisor/datatypes.py

+ 0 - 1
supervisor/datatypes.py

@@ -351,7 +351,6 @@ def existing_dirpath(v):
                        'does not exist.' % v)
 
 def logging_level(value):
-    s = str(value).lower()
     level = getLevelNumByDescription(value)
     if level is None:
         raise ValueError('bad logging level name %r' % value)