From 921e741c11ba3ea661066c326ba44d53f29d5071 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 4 May 2009 18:43:49 +0000 Subject: [PATCH] (trunk qt) remove debugging message from console --- qt/session.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/qt/session.cc b/qt/session.cc index 8050561dd..9fc4fa29a 100644 --- a/qt/session.cc +++ b/qt/session.cc @@ -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 ); }