diff options
| author | Stephan Peijnik <debian@sp.or.at> | 2009-07-02 12:42:39 +0200 |
|---|---|---|
| committer | Stephan Peijnik <debian@sp.or.at> | 2009-07-02 12:42:39 +0200 |
| commit | 4882fc138b9439469bb934f2db659bc97f131725 (patch) | |
| tree | fb12f37495d107af5ef78cdfc490dd662a7b7681 /python/progress.cc | |
| parent | d8c5f345039c9577d7326670afeeb7666c8d9c7c (diff) | |
| download | python-apt-4882fc138b9439469bb934f2db659bc97f131725.tar.gz | |
Removed debug print statement.
Diffstat (limited to 'python/progress.cc')
| -rw-r--r-- | python/progress.cc | 1 |
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(); |
