gui: Remove unused variables (#5665)
This commit is contained in:
committed by
Audrius Butkevicius
parent
afeb606b5b
commit
e7d11adf3c
@@ -8,7 +8,6 @@ angular.module('syncthing.core')
|
||||
var uid = new Date();
|
||||
var storage = window.localStorage;
|
||||
storage.setItem(uid, uid);
|
||||
var success = storage.getItem(uid) == uid;
|
||||
storage.removeItem(uid);
|
||||
return storage;
|
||||
} catch (exception) {
|
||||
|
||||
Reference in New Issue
Block a user