summaryrefslogtreecommitdiff
path: root/python/depcache.cc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-10-21 19:59:51 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-10-21 19:59:51 +0000
commitbd6df1d8419eb3403e64191681b32fbd1f3accac (patch)
treed2a0ebed225e24207c952430390a51d3628a03fb /python/depcache.cc
parentdbab2dd1c1360837ebd524bcc1bb378534210426 (diff)
downloadpython-apt-bd6df1d8419eb3403e64191681b32fbd1f3accac.tar.gz
* fix a crasher in the install interface
Diffstat (limited to 'python/depcache.cc')
-rw-r--r--python/depcache.cc2
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);