From 2879bb9cadd37d9e28f39f9d5b01bf7b253258ed Mon Sep 17 00:00:00 2001 From: Mark Nadal Date: Sat, 21 Oct 2017 11:01:05 -0700 Subject: [PATCH] GUN + SEA thanks to @mhelander !!! End-to-End P2P crypto accounts! --- test/panic/users.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/panic/users.js b/test/panic/users.js index 9dac3a9a..0e8ffeb6 100644 --- a/test/panic/users.js +++ b/test/panic/users.js @@ -119,7 +119,6 @@ describe("End-to-End Encryption on User Accounts", function(){ return bob.run(function(test){ test.async(); window.user.create('bob', 'zyxcbaqponm', function(ack){ - alert("???"); if(ack.err || !ack.pub){ return } test.done(); });