Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/model/devices/battery.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-07-04 09:24:06 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-07-04 09:24:06 (GMT)
commit1796cbc0c7be1978628cce88e7686ce641ab32dd (patch)
treecb484e0ee862e0a9ec5a3419fa12eb0780b16647 /shell/model/devices/battery.py
parentab370bd04ee581c921894b16fd468ab61c817656 (diff)
Remove print
Diffstat (limited to 'shell/model/devices/battery.py')
-rw-r--r--shell/model/devices/battery.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/model/devices/battery.py b/shell/model/devices/battery.py
index 09ac514..b89064b 100644
--- a/shell/model/devices/battery.py
+++ b/shell/model/devices/battery.py
@@ -52,5 +52,4 @@ class Device(device.Device):
for change in changes_list:
if change[0] == 'battery.charge_level.percentage':
self._level = self._battery.GetProperty(_LEVEL_PROP)
- print self._level
self.notify('level')