summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2017-11-12 19:24:26 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2017-11-12 19:24:26 +0100
commit190556b895beec232b30199f37cbc3fcfa0dde13 (patch)
tree4e05845990253046b9f6a45465f2a6f86b0bb624
parent6eea9d198b6b939e51dc1390779ff66a839c5f75 (diff)
remove comment leaking password info to terminal fixes #334
-rw-r--r--src/pass.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pass.cpp b/src/pass.cpp
index 7fbcc72e..c6d145ef 100644
--- a/src/pass.cpp
+++ b/src/pass.cpp
@@ -169,8 +169,6 @@ QList<UserInfo> Pass::listKeys(QString keystring, bool secret) {
*/
void Pass::finished(int id, int exitCode, const QString &out,
const QString &err) {
- // TODO(bezet): remove !
- dbg() << id << exitCode << out << err;
PROCESS pid = static_cast<PROCESS>(id);
if (exitCode != 0) {