From d419f31a7b7bba45b48ed98055b23a5fbdb3431f Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 6 Oct 2011 09:26:39 -0400 Subject: [PATCH] Damn it. --- common/content/events.js | 1 - 1 file changed, 1 deletion(-) diff --git a/common/content/events.js b/common/content/events.js index b10f4594..6456e7e5 100644 --- a/common/content/events.js +++ b/common/content/events.js @@ -122,7 +122,6 @@ var Events = Module("events", { this._macros = storage.newMap("registers", { privateData: true, store: true }); if (storage.exists("macros")) { - util.dump(storage.newMap("macros", { store: true })); for (let [k, m] in storage.newMap("macros", { store: true })) this._macros.set(k, { text: m.keys, timestamp: m.timeRecorded * 1000 }); storage.remove("macros");