Recompile to connect to a random testbed host.
diff --git a/js/ndnProtocol.xpi b/js/ndnProtocol.xpi
index 6b8fe85..28406b7 100644
--- a/js/ndnProtocol.xpi
+++ b/js/ndnProtocol.xpi
Binary files differ
diff --git a/js/ndnProtocol/modules/ndn-js.jsm b/js/ndnProtocol/modules/ndn-js.jsm
index 14bb540..f87fa57 100644
--- a/js/ndnProtocol/modules/ndn-js.jsm
+++ b/js/ndnProtocol/modules/ndn-js.jsm
@@ -303,7 +303,6 @@
         (["A.hub.ndn.ucla.edu", "B.hub.ndn.ucla.edu", "C.hub.ndn.ucla.edu", "D.hub.ndn.ucla.edu", 
           "E.hub.ndn.ucla.edu", "F.hub.ndn.ucla.edu", "G.hub.ndn.ucla.edu", "H.hub.ndn.ucla.edu"],
          9695);
-    this.defaultGetHostAndPort = NDN.makeShuffledGetHostAndPort(["E.hub.ndn.ucla.edu"], 9695); //DEBUG
 };
 
 XpcomTransport.prototype.expressInterest = function(ndn, interest, closure) {