mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-19 06:15:45 +01:00
Remove unnecessarily gratuitous dump statement.
This commit is contained in:
@@ -364,7 +364,6 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
|||||||
if (io.sourcing && io.sourcing.file[0] !== "[")
|
if (io.sourcing && io.sourcing.file[0] !== "[")
|
||||||
({ file: fileName, line: lineNumber }) = io.sourcing;
|
({ file: fileName, line: lineNumber }) = io.sourcing;
|
||||||
else try {
|
else try {
|
||||||
util.dump("what the fuck?");
|
|
||||||
if (!context)
|
if (!context)
|
||||||
context = userContext;
|
context = userContext;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user