diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-12-06 12:18:19 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-12-06 12:18:19 +0000 |
| commit | e17b802158234e43560e3d82436f745cb159d798 (patch) | |
| tree | 6a79492cea7eed04906e96e7c7e1a156a9efe5a1 | |
| parent | bc7a0801357ecb20535efc3aefad1832274bb29c (diff) | |
| download | python-apt-e17b802158234e43560e3d82436f745cb159d798.tar.gz | |
* removed debug output
| -rw-r--r-- | apt/cache.py | 1 | ||||
| -rw-r--r-- | doc/examples/action.py | 3 |
2 files changed, 0 insertions, 4 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: diff --git a/doc/examples/action.py b/doc/examples/action.py index a794317a..adf26539 100644 --- a/doc/examples/action.py +++ b/doc/examples/action.py @@ -30,9 +30,6 @@ sys.exit(0) - - - iter = cache["base-config"] print "example package iter: %s" % iter |
