Skip to content

Commit

Permalink
remove comment leaking password info to terminal fixes #334
Browse files Browse the repository at this point in the history
  • Loading branch information
annejan committed Nov 12, 2017
1 parent 6eea9d1 commit 190556b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

1 comment on commit 190556b

@vanyasem
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please release a new version with there changes? I find it critical

Please sign in to comment.