1
0
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:
Kris Maglione
2011-08-09 08:42:49 -04:00
parent 4470f63f74
commit 55087730e0

View File

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