diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-10-21 19:59:51 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-10-21 19:59:51 +0000 |
| commit | bd6df1d8419eb3403e64191681b32fbd1f3accac (patch) | |
| tree | d2a0ebed225e24207c952430390a51d3628a03fb /python/depcache.cc | |
| parent | dbab2dd1c1360837ebd524bcc1bb378534210426 (diff) | |
| download | python-apt-bd6df1d8419eb3403e64191681b32fbd1f3accac.tar.gz | |
* fix a crasher in the install interface
Diffstat (limited to 'python/depcache.cc')
| -rw-r--r-- | python/depcache.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/depcache.cc b/python/depcache.cc index fb506c96..c78d0077 100644 --- a/python/depcache.cc +++ b/python/depcache.cc @@ -99,7 +99,7 @@ static PyObject *PkgDepCacheCommit(PyObject *Self,PyObject *Args) return HandleErrors(); } - std::cout << "PM created" << std::endl; + //std::cout << "PM created" << std::endl; PyInstallProgress iprogress; iprogress.setCallbackInst(pyInstallProgressInst); |
