Removed unnecessary console output
This commit is contained in:
parent
f9288ea67d
commit
1b1dcb1feb
1 changed files with 0 additions and 1 deletions
|
|
@ -148,7 +148,6 @@ void passman::clear_database()
|
|||
|
||||
std::array<QString, 4> passman::get_entry_copy(int index) const
|
||||
{
|
||||
std::cout << decrypted_entries.size() << std::endl;
|
||||
return decrypted_entries[static_cast<ulong>(index)];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue