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:
csoler 2015-06-11 18:47:52 +00:00
parent 53daf911fb
commit 258c4e4afd
3 changed files with 9 additions and 6 deletions

View file

@ -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;
}