mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 06:02:41 -04:00
removed unnecessary debug output
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8153 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
36506ea1e8
commit
77a33cd445
18 changed files with 216 additions and 105 deletions
|
@ -77,12 +77,14 @@ bool RsTlvGenericPairRef<K, V>::SetTlv(void *data, uint32_t size, uint32_t *off
|
|||
std::cerr << "RsTlvGenericPairRef<>::SetTlv() Failed";
|
||||
std::cerr << std::endl;
|
||||
}
|
||||
else
|
||||
{
|
||||
std::cerr << "RsTlvGenericPairRef<>::SetTlv() Ok";
|
||||
std::cerr << std::endl;
|
||||
#ifdef TLV_GENERICMAP_DEBUG
|
||||
else
|
||||
{
|
||||
std::cerr << "RsTlvGenericPairRef<>::SetTlv() Ok";
|
||||
std::cerr << std::endl;
|
||||
}
|
||||
return ok;
|
||||
#endif
|
||||
return ok;
|
||||
}
|
||||
|
||||
template<class K, class V>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue