From 4882fc138b9439469bb934f2db659bc97f131725 Mon Sep 17 00:00:00 2001 From: Stephan Peijnik Date: Thu, 2 Jul 2009 12:42:39 +0200 Subject: Removed debug print statement. --- python/progress.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'python') 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(); -- cgit v1.2.3