diff options
Diffstat (limited to 'lib/python/Plugins')
| -rw-r--r-- | lib/python/Plugins/update.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Plugins/update.py b/lib/python/Plugins/update.py index 01e986e8..a1525cf3 100644 --- a/lib/python/Plugins/update.py +++ b/lib/python/Plugins/update.py @@ -30,7 +30,6 @@ class Example(Screen): def doUpdate(self, val = False): if val: - print "updating" lines = os.popen("ipkg update && ipkg upgrade", "r").readlines() string = "" for x in lines: |
