Remove a comment that's no longer relevant

We switched back from local browser storage as of 7aebeb5651.
This commit is contained in:
Michael Klishin 2019-01-02 23:53:05 +03:00
parent d9d123f67f
commit 107148baa1
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
// TODO strip out all this cookie nonsense when we drop support for MSIE 7.
function local_storage_available() {
try {
return 'localStorage' in window && window['localStorage'] !== null;