Explorar el Código

Removed unused variable

pombredanne hace 12 años
padre
commit
fe9ab7424f
Se han modificado 1 ficheros con 0 adiciones y 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)