git ssb

1+

Dominic / ssb-keys



Commit d6cc2a0d23e01e975a138ae260cc83cafb8d000f

Merge pull request #20 from ssbc/removelogging

Remove logging of keys to stdout
Paul Frazee committed on 12/5/2015, 9:33:11 PM
Parent: c2f2a1a22d5293329dc4c2f03bfdaa7f53bce8d5
Parent: 704eb48f2642a29b3dd713fa4df3ff39f24f4b04

Files changed

index.jschanged
index.jsView
@@ -120,9 +120,8 @@
120120
121121 //if the key is in JSON format, we are good.
122122 try {
123123 var keys = JSON.parse(private)
124- console.log(keys)
125124 if(!hasSigil(keys.id)) keys.id = '@' + keys.public
126125 return keys
127126 } catch (_) {}
128127

Built with git-ssb-web