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(); });