From dc831f6f6113d3fb0e723dbd1b8577196a3df6c1 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 12 Dec 2005 12:47:14 +0100 Subject: * removed some debug stuff --- UpdateManager/MetaRelease.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'UpdateManager') diff --git a/UpdateManager/MetaRelease.py b/UpdateManager/MetaRelease.py index b5383a46..71f88245 100644 --- a/UpdateManager/MetaRelease.py +++ b/UpdateManager/MetaRelease.py @@ -76,7 +76,7 @@ class MetaRelease(gobject.GObject): return dist def check(self): - print "check" + #print "check" # check if we have a metarelease_information file if self.metarelease_information != None: self.parse() @@ -86,7 +86,7 @@ class MetaRelease(gobject.GObject): return True def parse(self): - print "parse" + #print "parse" current_dist_name = self.get_dist() current_dist = None dists = [] @@ -123,7 +123,7 @@ class MetaRelease(gobject.GObject): for dist in dists: if dist.date > current_dist.date: upgradable_to = dist - print "new dist: %s" % upgradable_to + #print "new dist: %s" % upgradable_to break # only warn if unsupported and a new dist is available (because @@ -139,7 +139,7 @@ class MetaRelease(gobject.GObject): # the network thread that tries to fetch the meta-index file # can't touch the gui, runs as a thread def download(self): - print "download" + #print "download" lastmodified = 0 req = urllib2.Request(self.METARELEASE_URI) if os.access(self.METARELEASE_FILE, os.W_OK): -- cgit v1.2.3