Ver Fonte

Remove unused tests utility method

JC Brand há 6 anos atrás
pai
commit
a5cc9ef9ca
1 ficheiros alterados com 0 adições e 6 exclusões
  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 = '';