No boring message if Batinfo is not found...

This commit is contained in:
Nicolargo
2014-05-26 14:18:36 +02:00
parent 72617d1ba1
commit d64e0aa9d1

View File

@@ -92,7 +92,7 @@ class glancesGrabBat:
self.bat_list = []
self.update()
except Exception as e:
print(_("Warning: Can not grab batterie sensor. Missing BatInfo lib (%s).") % e)
# print(_("Warning: Can not grab batterie sensor. Missing BatInfo lib (%s).") % e)
self.initok = False