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