commit | 261b4be4cdefe50567914d2d5d510776b59ed414 | [log] [tgz] |
---|---|---|
author | Wentao Shang <wentaoshang@gmail.com> | Sat Jan 26 09:22:37 2013 -0800 |
committer | Wentao Shang <wentaoshang@gmail.com> | Sat Jan 26 09:22:37 2013 -0800 |
tree | 0553c2299177e396abe493798cdd45067a29250e | |
parent | dd6915521587673051ecc2b3f189043d69fd844e [diff] [blame] |
Remove a console output
diff --git a/js/tools/build/ndn-js-uncomp.js b/js/tools/build/ndn-js-uncomp.js index d58fb23..908c393 100644 --- a/js/tools/build/ndn-js-uncomp.js +++ b/js/tools/build/ndn-js-uncomp.js
@@ -7752,7 +7752,7 @@ this.onclose(); //console.log("NDN.onclose event fired."); } else { - console.log('Connected to ccnd.'); + if (LOG>3) console.log('Connected to ccnd.'); this.ccndid = co.signedInfo.publisher.publisherPublicKeyDigest; if (LOG>3) console.log(ndn.ccndid);