Remove unnecessary console log
This commit is contained in:
parent
f3ea5d2e38
commit
5dce7c0d27
1 changed files with 0 additions and 1 deletions
|
|
@ -68,7 +68,6 @@ bool passman::decrypt()
|
|||
{
|
||||
if (ch == '\n')
|
||||
{
|
||||
std::cout << line.toStdString() << std::endl;
|
||||
if (line == "password")
|
||||
{
|
||||
line = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue