summaryrefslogtreecommitdiffstats
path: root/client/lib/unsavedEdits.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/lib/unsavedEdits.js')
-rw-r--r--client/lib/unsavedEdits.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/client/lib/unsavedEdits.js b/client/lib/unsavedEdits.js
index 17bb29b5..9c02eb84 100644
--- a/client/lib/unsavedEdits.js
+++ b/client/lib/unsavedEdits.js
@@ -1,5 +1,3 @@
-Meteor.subscribe('unsaved-edits');
-
// `UnsavedEdits` is a global key-value store used to save drafts of user
// inputs. We used to have the notion of a `cachedValue` that was local to a
// component but the global store has multiple advantages: