diff options
| -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 |
