Commit a5cc9ef9 authored by JC Brand's avatar JC Brand

Remove unused tests utility method

parent cd392bb1
......@@ -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 = '';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment