diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-26 13:43:43 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-26 13:43:43 +0100 |
| commit | df30ebea802ae25732477bd291b27e4169bc7a88 (patch) | |
| tree | 697d099255b5420cefb0134debbfdb70650dc0ec /DistUpgrade/DistUpgradeViewGtk.py | |
| parent | d9881a54c9c86139acd32a1891da957710459577 (diff) | |
| download | python-apt-df30ebea802ae25732477bd291b27e4169bc7a88.tar.gz | |
* less debug output
Diffstat (limited to 'DistUpgrade/DistUpgradeViewGtk.py')
| -rw-r--r-- | DistUpgrade/DistUpgradeViewGtk.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/DistUpgrade/DistUpgradeViewGtk.py b/DistUpgrade/DistUpgradeViewGtk.py index 9b08ba9c..94636ef9 100644 --- a/DistUpgrade/DistUpgradeViewGtk.py +++ b/DistUpgrade/DistUpgradeViewGtk.py @@ -242,8 +242,6 @@ class GtkDistUpgradeView(DistUpgradeView,SimpleGladeApp): # get the current visible text, current_text = self._term.get_text(lambda a,b,c,d: True) - print current_text + "\n\n" - # see what we have currently and only print stuff that wasn't # visible last time new_lines = [] |
