Remove call to connectWebSocket since expressInterest now connects.
diff --git a/js/testing/test-throughput-ws-pipeline.html b/js/testing/test-throughput-ws-pipeline.html
index a0d8e0a..8ece0f8 100644
--- a/js/testing/test-throughput-ws-pipeline.html
+++ b/js/testing/test-throughput-ws-pipeline.html
@@ -14,7 +14,6 @@
//hostip = "localhost";
var ndncon = new NDN({port:9696,host:hostip});
//var ndncon = new NDN({port:9696,host:hostip,verify:false});
- ndncon.transport.connectWebSocket(ndncon);
///////////////////////////////////////////////////////////////////////////////////////////////////////////
/*