Skip to content
Snippets Groups Projects
Commit fd2e246b authored by Jono Wenger's avatar Jono Wenger
Browse files

Remove unneeded delete from purge

parent 994dedf0
Branches
Tags
1 merge request!60Revert "Fail a test to be sure it works"
......@@ -53,8 +53,6 @@ func DecrementNumClientsRunning() {
func Purge(_ js.Value, args []js.Value) interface{} {
storageDirectory := args[0].String()
userPassword := args[1].String()
// Clear all EKV from local storage
GetLocalStorage().ClearPrefix("speakeasyapp")
// Check the password
if !verifyPassword(userPassword) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment