mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-06 05:38:51 -04:00
remove debug outputs
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2782 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
fa53e8b55c
commit
a6b5e8c364
1 changed files with 0 additions and 3 deletions
|
@ -469,9 +469,6 @@ bool AuthGPG::storeAllKeys_locked()
|
||||||
|
|
||||||
/* store in map */
|
/* store in map */
|
||||||
mKeyList[nu.id] = nu;
|
mKeyList[nu.id] = nu;
|
||||||
std::cerr << "nu.name" << nu.name << std::endl;
|
|
||||||
std::cerr << "nu.trustLvl" << nu.trustLvl << std::endl;
|
|
||||||
std::cerr << "nu.accept_connection" << nu.accept_connection << std::endl;
|
|
||||||
if (nu.trustLvl < 2 && nu.accept_connection) {
|
if (nu.trustLvl < 2 && nu.accept_connection) {
|
||||||
//add it to the list of key that we will force the trust to 2
|
//add it to the list of key that we will force the trust to 2
|
||||||
gpg_change_trust_list.push_back(nu.id);
|
gpg_change_trust_list.push_back(nu.id);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue