[Pkg-javascript-commits] [node-sha.js] 114/237: remove debugging stuff

Bastien Roucariès rouca at moszumanska.debian.org
Fri May 5 09:03:45 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-sha.js.

commit afeb95445f1aff601dba5436ef6024c818d5ed06
Author: Dominic Tarr <dominic.tarr at gmail.com>
Date:   Sun Apr 27 19:18:55 2014 +0200

    remove debugging stuff
---
 hexpp.js | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/hexpp.js b/hexpp.js
index ef305fb..f6e52f3 100644
--- a/hexpp.js
+++ b/hexpp.js
@@ -36,9 +36,3 @@ hexpp.defaults = function (opts) {
   }
 }
 
-if(!module.parent) {
-  var b = new Buffer (64)
-  console.log(hexpp(b))
-  console.log(hexpp(b, {bigendian: true}))
-}
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-sha.js.git



More information about the Pkg-javascript-commits mailing list