mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 23:57:59 +01:00
Remove stale dump statement.
This commit is contained in:
@@ -262,7 +262,6 @@ var Editor = Module("editor", {
|
||||
}
|
||||
|
||||
try {
|
||||
util.dump(textBox);
|
||||
var tmpfile = io.createTempFile();
|
||||
if (!tmpfile)
|
||||
throw Error(_("io.cantCreateTempFile"));
|
||||
|
||||
Reference in New Issue
Block a user