[Pkg-javascript-commits] [node-diffie-hellman] 15/88: rm console log

Bastien Roucariès rouca at moszumanska.debian.org
Thu May 4 10:19:13 UTC 2017


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

rouca pushed a commit to branch master
in repository node-diffie-hellman.

commit c40a075e7bf3b16e5eb6024eb472f3106b0f0f26
Author: Calvin Metcalf <cmetcalf at appgeo.com>
Date:   Wed Nov 5 09:29:26 2014 -0500

    rm console log
---
 generatePrime.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/generatePrime.js b/generatePrime.js
index 57d8d5f..6d9da55 100644
--- a/generatePrime.js
+++ b/generatePrime.js
@@ -146,7 +146,6 @@ function findPrime(bits, crypto) {
     if (num.bitLength() > bits) {
       num = generateRandom(bits);
     }
-    console.log(num.toString());
     if(isProbablePrime(num, mrTests)) {
       return num;
     }

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



More information about the Pkg-javascript-commits mailing list