Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit 7ac99f8

Browse files
committed
random: remove debug console.log
1 parent 0630885 commit 7ac99f8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

js/core/random/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ exports.getRandomValues = function(value, cb) {
5959
throw new Error('getRandomValues: no entropy source available');
6060
}
6161

62-
console.log('using', defaultSource.getName());
6362
defaultSource.getBytes(u8, function() {
6463
isaac.seed(u8);
6564
cb(u8);

0 commit comments

Comments
 (0)