summaryrefslogtreecommitdiff
path: root/apt
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-12-06 12:18:19 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-12-06 12:18:19 +0000
commite17b802158234e43560e3d82436f745cb159d798 (patch)
tree6a79492cea7eed04906e96e7c7e1a156a9efe5a1 /apt
parentbc7a0801357ecb20535efc3aefad1832274bb29c (diff)
downloadpython-apt-e17b802158234e43560e3d82436f745cb159d798.tar.gz
* removed debug output
Diffstat (limited to 'apt')
-rw-r--r--apt/cache.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/apt/cache.py b/apt/cache.py
index 973ffea5..ed07f2c9 100644
--- a/apt/cache.py
+++ b/apt/cache.py
@@ -123,7 +123,6 @@ class Cache(object):
transient = False
errMsg = ""
for item in fetcher.Items:
- print item
if item.Status == item.StatDone:
continue
if item.StatIdle: