mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-16 11:03:33 +01:00
Remove leftover dump statement.
This commit is contained in:
@@ -1400,7 +1400,6 @@ var Commands = Module("commands", {
|
||||
};
|
||||
|
||||
completion.exMacro = function exMacro(context, args, cmd) {
|
||||
util.dump(cmd.action.macro, cmd.action);
|
||||
if (!cmd.action.macro)
|
||||
return;
|
||||
let { macro } = cmd.action;
|
||||
|
||||
Reference in New Issue
Block a user