drafts: Remove unused localstorage version.

It's been present since 1929cc5 and clearly is intended
to be part of a never-implemented format conversion
system. We can add a version if/when we actually need
such a feature.
This commit is contained in:
evykassirer 2024-02-01 14:42:53 -08:00 committed by Tim Abbott
parent 34b6be668e
commit 8784fd9944
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ export const draft_model = (function () {
// the key that the drafts are stored under. // the key that the drafts are stored under.
const KEY = "drafts"; const KEY = "drafts";
const ls = localstorage(); const ls = localstorage();
ls.version = 1;
function getTimestamp() { function getTimestamp() {
return Date.now(); return Date.now();