Remove a console output
diff --git a/js/testing/test-throughput-ws-pipeline.html b/js/testing/test-throughput-ws-pipeline.html
index a469b40..a0d8e0a 100644
--- a/js/testing/test-throughput-ws-pipeline.html
+++ b/js/testing/test-throughput-ws-pipeline.html
@@ -12,8 +12,8 @@
<script type="text/javascript">
hostip = "131.179.196.232";
//hostip = "localhost";
- //var ndncon = new NDN({port:9696,host:hostip});
- var ndncon = new NDN({port:9696,host:hostip,verify:false});
+ var ndncon = new NDN({port:9696,host:hostip});
+ //var ndncon = new NDN({port:9696,host:hostip,verify:false});
ndncon.transport.connectWebSocket(ndncon);
///////////////////////////////////////////////////////////////////////////////////////////////////////////