1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 20:24:12 +01:00

Remove unnecessarily gratuitous dump statement.

This commit is contained in:
Kris Maglione
2011-01-16 13:59:46 -05:00
parent 681a7ab55c
commit 79382a083f

View File

@@ -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;