mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-23 06:31:20 -04:00
removed some debug info
This commit is contained in:
parent
12acf6de35
commit
1bc2892753
5 changed files with 17 additions and 1 deletions
|
@ -195,7 +195,9 @@ void RetroShareLink::fromUrl(const QUrl& url)
|
|||
|
||||
if (url.scheme() != RSLINK_SCHEME) {
|
||||
/* No RetroShare-Link */
|
||||
#ifdef DEBUG_RSLINK
|
||||
std::cerr << "Not a RS link: scheme=" << url.scheme().toStdString() << std::endl;
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue