mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
removed some debug info in RSLink
This commit is contained in:
parent
1a1dc648bd
commit
dcb3f79e4c
@ -1213,7 +1213,6 @@ bool RetroShareLink::checkRadix64(const QString& s)
|
||||
return false;
|
||||
}
|
||||
}
|
||||
std::cerr << "Radix check: passed" << std::endl;
|
||||
return true ;
|
||||
}
|
||||
|
||||
@ -1968,7 +1967,9 @@ void RSLinkClipboard::parseText(QString text, QList<RetroShareLink> &links,Retro
|
||||
{
|
||||
links.clear();
|
||||
|
||||
#ifdef DEBUG_RSLINK
|
||||
std::cerr << "Parsing text:" << text.toStdString() << std::endl ;
|
||||
#endif
|
||||
|
||||
QRegExp rx(QString("retroshare://(%1)[^\r\n]+").arg(HOST_REGEXP));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user