Skip to content

Commit d31ccf0

Browse files
author
Matt Gaunt
committed
Removing comment
1 parent 373da17 commit d31ccf0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/encryption-helper.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ const crypto = require('crypto');
44
const ece = require('http_ece');
55
const urlBase64 = require('urlsafe-base64');
66

7-
// New standard, Firefox 46+ and Chrome 50+.
87
const encrypt = function(userPublicKey, userAuth, payload) {
98
if (!userPublicKey) {
109
throw new Error('No user public key provided for encryption.');

0 commit comments

Comments
 (0)