Skip to content

Commit

Permalink
rm console log
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinmetcalf committed Nov 5, 2014
1 parent 721d40b commit c40a075
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generatePrime.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit c40a075

Please sign in to comment.