summaryrefslogtreecommitdiff
path: root/UpdateManager
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-05-19 00:55:46 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-05-19 00:55:46 +0200
commit8fe76e9038396d91ffcfe8adeadd0b0f50f2d12f (patch)
tree0d8bdeea8387c7d5ef14a0c25b1843b5f79a8b89 /UpdateManager
parent1e2d222ae840ff09fb465f60c73e40574de09a7c (diff)
downloadpython-apt-8fe76e9038396d91ffcfe8adeadd0b0f50f2d12f.tar.gz
* remove debug output
Diffstat (limited to 'UpdateManager')
-rw-r--r--UpdateManager/UpdateManager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/UpdateManager/UpdateManager.py b/UpdateManager/UpdateManager.py
index 61eea023..7c2ad008 100644
--- a/UpdateManager/UpdateManager.py
+++ b/UpdateManager/UpdateManager.py
@@ -150,7 +150,7 @@ class MyCache(apt.Cache):
i=0
while True:
line = changelog.readline()
- print line
+ #print line
if line == "":
break
match = re.match(regexp,line)