From e40c611f0cf2653a48571f0081cf193ebfd2ffcf Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Tue, 27 Dec 2005 03:46:53 +0000 Subject: fix very stupid error --- lib/python/Plugins/update.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/python/Plugins') 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: -- cgit v1.2.3