mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-23 14:41:04 -04:00
removed some debug info in RSLink
This commit is contained in:
parent
1a1dc648bd
commit
dcb3f79e4c
1 changed files with 2 additions and 1 deletions
|
@ -1213,7 +1213,6 @@ bool RetroShareLink::checkRadix64(const QString& s)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
std::cerr << "Radix check: passed" << std::endl;
|
|
||||||
return true ;
|
return true ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1968,7 +1967,9 @@ void RSLinkClipboard::parseText(QString text, QList<RetroShareLink> &links,Retro
|
||||||
{
|
{
|
||||||
links.clear();
|
links.clear();
|
||||||
|
|
||||||
|
#ifdef DEBUG_RSLINK
|
||||||
std::cerr << "Parsing text:" << text.toStdString() << std::endl ;
|
std::cerr << "Parsing text:" << text.toStdString() << std::endl ;
|
||||||
|
#endif
|
||||||
|
|
||||||
QRegExp rx(QString("retroshare://(%1)[^\r\n]+").arg(HOST_REGEXP));
|
QRegExp rx(QString("retroshare://(%1)[^\r\n]+").arg(HOST_REGEXP));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue