No boring message if Batinfo is not found...

pull/354/head
Nicolargo 2014-05-26 14:18:36 +02:00
parent 72617d1ba1
commit d64e0aa9d1
1 changed files with 1 additions and 1 deletions

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