mirror of
https://github.com/transmission/transmission
synced 2025-01-03 05:25:52 +00:00
(trunk qt) remove debugging message from console
This commit is contained in:
parent
222295758a
commit
921e741c11
1 changed files with 0 additions and 1 deletions
|
@ -862,6 +862,5 @@ Session :: launchWebInterface( )
|
||||||
url.setHost( "localhost" );
|
url.setHost( "localhost" );
|
||||||
url.setPort( myPrefs.getInt( Prefs::RPC_PORT ) );
|
url.setPort( myPrefs.getInt( Prefs::RPC_PORT ) );
|
||||||
}
|
}
|
||||||
std::cerr << qPrintable(url.toString()) << std::endl;
|
|
||||||
QDesktopServices :: openUrl( url );
|
QDesktopServices :: openUrl( url );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue