From 79382a083f07eb45e72a77295c2e32f6e25d7eff Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sun, 16 Jan 2011 13:59:46 -0500 Subject: [PATCH] Remove unnecessarily gratuitous dump statement. --- common/content/dactyl.js | 1 - 1 file changed, 1 deletion(-) diff --git a/common/content/dactyl.js b/common/content/dactyl.js index 75702577..1acf1810 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -364,7 +364,6 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), { if (io.sourcing && io.sourcing.file[0] !== "[") ({ file: fileName, line: lineNumber }) = io.sourcing; else try { - util.dump("what the fuck?"); if (!context) context = userContext;