mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-23 06:31:20 -04:00
improved/removed debug info
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8413 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
53daf911fb
commit
258c4e4afd
3 changed files with 9 additions and 6 deletions
|
@ -281,7 +281,9 @@ void RetroShareLink::fromUrl(const QUrl& url)
|
|||
_type = TYPE_CERTIFICATE;
|
||||
_radix = urlQuery.queryItemValue(CERTIFICATE_RADIX);
|
||||
|
||||
std::cerr << "Got a certificate link!!" << std::endl;
|
||||
#ifdef DEBUG_RSLINK
|
||||
std::cerr << "Got a certificate link!!" << std::endl;
|
||||
#endif
|
||||
check() ;
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue