mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-30 09:56:14 -05:00
removed debug info
This commit is contained in:
parent
305753365f
commit
2f1d9073fa
@ -4146,7 +4146,9 @@ RsIdentityUsage::RsIdentityUsage(uint16_t service,const RsIdentityUsage::UsageCo
|
|||||||
|
|
||||||
mHash = hs.hash();
|
mHash = hs.hash();
|
||||||
|
|
||||||
|
#ifdef DEBUG_IDS
|
||||||
std::cerr << " hash =\"" << std::hex << mHash << "\"" << std::endl;
|
std::cerr << " hash =\"" << std::hex << mHash << "\"" << std::endl;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user