(trunk qt) remove debugging message from console

This commit is contained in:
Charles Kerr 2009-05-04 18:43:49 +00:00
parent 222295758a
commit 921e741c11
1 changed files with 0 additions and 1 deletions

View File

@ -862,6 +862,5 @@ Session :: launchWebInterface( )
url.setHost( "localhost" );
url.setPort( myPrefs.getInt( Prefs::RPC_PORT ) );
}
std::cerr << qPrintable(url.toString()) << std::endl;
QDesktopServices :: openUrl( url );
}