From 02b7ad7669d04a54b1525a5db3d7d5aa376a7431 Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 4 Mar 2021 17:14:43 +0530 Subject: [PATCH] stop calling a function that hasn't existed for 4 months --- customize.dist/login.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/customize.dist/login.js b/customize.dist/login.js index c0daaec91..035a11d72 100644 --- a/customize.dist/login.js +++ b/customize.dist/login.js @@ -528,8 +528,6 @@ define([ if (!proxy[Constants.displayNameKey]) { proxy[Constants.displayNameKey] = uname; } - LocalStore.eraseTempSessionValues(); - if (result.blockHash) { LocalStore.setBlockHash(result.blockHash);