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 /UpdateManager | |
| parent | 1e2d222ae840ff09fb465f60c73e40574de09a7c (diff) | |
| download | python-apt-8fe76e9038396d91ffcfe8adeadd0b0f50f2d12f.tar.gz | |
* remove debug output
Diffstat (limited to 'UpdateManager')
| -rw-r--r-- | UpdateManager/UpdateManager.py | 2 |
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) |
