Browse Source

Remove unused tests utility method

JC Brand 6 years ago
parent
commit
a5cc9ef9ca
1 changed files with 0 additions and 6 deletions
  1. 0 6
      tests/utils.js

+ 0 - 6
tests/utils.js

@@ -292,12 +292,6 @@
         }
     };
 
-    utils.clearBrowserStorage = function () {
-        window.localStorage.clear();
-        window.sessionStorage.clear();
-        return this;
-    };
-
     utils.clearChatBoxMessages = function (converse, jid) {
         var view = converse.chatboxviews.get(jid);
         view.el.querySelector('.chat-content').innerHTML = '';