summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();