summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorStephan Peijnik <debian@sp.or.at>2009-07-02 12:42:39 +0200
committerStephan Peijnik <debian@sp.or.at>2009-07-02 12:42:39 +0200
commit4882fc138b9439469bb934f2db659bc97f131725 (patch)
treefb12f37495d107af5ef78cdfc490dd662a7b7681 /python
parentd8c5f345039c9577d7326670afeeb7666c8d9c7c (diff)
downloadpython-apt-4882fc138b9439469bb934f2db659bc97f131725.tar.gz
Removed debug print statement.
Diffstat (limited to 'python')
-rw-r--r--python/progress.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/progress.cc b/python/progress.cc
index ab0deaef..027a51b4 100644
--- a/python/progress.cc
+++ b/python/progress.cc
@@ -208,7 +208,6 @@ void PyFetchProgress::Stop()
* PyCbObj_END_ALLOW_THREADS to our previous
* PyCbObj_BEGIN_ALLOW_THREADS (Python requires this!).
*/
- std::cout << "PyFetchProgress::STOP" << std::endl;
PyCbObj_END_ALLOW_THREADS
//std::cout << "Stop" << std::endl;
pkgAcquireStatus::Stop();