summaryrefslogtreecommitdiff
path: root/common/content/history.js
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2011-10-06 06:39:41 -0400
committerKris Maglione <maglione.k@gmail.com>2011-10-06 06:39:41 -0400
commitf65aaea14dea246b33f0bb8ad222aa9f7c4ea59f (patch)
treee801757e5a0c922ef26f7e66da7f437bab9c24ae /common/content/history.js
parent03197129173d404c478d003250cec6cae8bc1571 (diff)
downloadpentadactyl-f65aaea14dea246b33f0bb8ad222aa9f7c4ea59f.tar.gz
Cleanup main.jsm. Add (currently disabled) command cacheing.
Diffstat (limited to 'common/content/history.js')
-rw-r--r--common/content/history.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/content/history.js b/common/content/history.js
index 30d5935c..d87f4471 100644
--- a/common/content/history.js
+++ b/common/content/history.js
@@ -122,8 +122,6 @@ var History = Module("history", {
steps -= sign;
}
- util.dump(idx, sh.index, sh.length, steps);
-
dactyl.assert(idx != null);
sh.index = idx;
},