diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-19 00:55:46 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-19 00:55:46 +0200 |
| commit | 8fe76e9038396d91ffcfe8adeadd0b0f50f2d12f (patch) | |
| tree | 0d8bdeea8387c7d5ef14a0c25b1843b5f79a8b89 | |
| parent | 1e2d222ae840ff09fb465f60c73e40574de09a7c (diff) | |
| download | python-apt-8fe76e9038396d91ffcfe8adeadd0b0f50f2d12f.tar.gz | |
* remove debug output
| -rw-r--r-- | UpdateManager/UpdateManager.py | 2 | ||||
| -rw-r--r-- | debian/changelog | 2 |
2 files changed, 3 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) diff --git a/debian/changelog b/debian/changelog index dc3c151a..2df2cc56 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ update-manager (0.42.2ubuntu17) dapper; urgency=low - depend on later python-apt (#45325) * SoftwareProperties/SoftwareProperties.py: - fix key updating after import (ubuntu #44927) + * UpdateManager/UpdateManager.py: + - remove debug output -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 19 May 2006 00:04:02 +0200 |
