mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
Remove unnecessary console.log
This commit is contained in:
parent
0b03702152
commit
7b583f3b41
1
sea.js
1
sea.js
@ -312,7 +312,6 @@
|
||||
|
||||
//SEA.pair = async (data, proof, cb) => { try {
|
||||
SEA.pair = SEA.pair || (async (cb, opt) => { try {
|
||||
console.log('SHIM', shim)
|
||||
var ecdhSubtle = shim.ossl || shim.subtle;
|
||||
// First: ECDSA keys for signing/verifying...
|
||||
var sa = await shim.subtle.generateKey(S.ecdsa.pair, true, [ 'sign', 'verify' ])
|
||||
|
Loading…
x
Reference in New Issue
Block a user