commit | 3faa218001da1c5d1310f1678e705598ab387e70 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jeff@thefirst.org> | Sun Mar 17 19:37:11 2013 -0700 |
committer | Jeff Thompson <jeff@thefirst.org> | Sun Mar 17 19:37:11 2013 -0700 |
tree | 7bcc0e2fb418b3d7a4b915c721bbffba502eda68 | |
parent | d51cb58a810f7fab54b7ceb760a06c4dccbecfd5 [diff] |
Remove debug override for hub.
diff --git a/ndnProtocol/modules/NdnProtocolInfo.jsm b/ndnProtocol/modules/NdnProtocolInfo.jsm index 4b24d96..cd1ae1a 100644 --- a/ndnProtocol/modules/NdnProtocolInfo.jsm +++ b/ndnProtocol/modules/NdnProtocolInfo.jsm
@@ -16,7 +16,6 @@ }; NdnProtocolInfo.ndn = new NDN({ getTransport: function() { return new XpcomTransport(); }, - host: "A.hub.ndn.ucla.edu", port: 9695, verify: false }); // These are set once a connection is established.