From 784304ed5d5aec1f5c6c657caec68e827d615d4c Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Thu, 3 May 2012 10:06:28 -0400 Subject: [PATCH] Omit commented reference to speedtest --- hop_server.ml | 1 - 1 file changed, 1 deletion(-) diff --git a/hop_server.ml b/hop_server.ml index 56067fc..3dc3783 100644 --- a/hop_server.ml +++ b/hop_server.ml @@ -46,7 +46,6 @@ let _ = Amqp_relay.init (); Ui_main.init (); Ui_relay.init (); - (* Speedtest.init (); *) Relay.init (); Server_control.run_until "AMQP ready"; Server_control.run_until "HTTP ready";