1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 23:04:17 +01:00

Remove some merged debugging code from loadModule.

Unintentionally merged from the xulmus branch.
This commit is contained in:
Doug Kearns
2009-03-29 21:50:15 +11:00
parent 8c76a2ec65
commit 7ad4abf333

View File

@@ -83,9 +83,6 @@ const liberator = (function () //{{{
{
if (nError++ == 0)
window.toJavaScriptConsole();
liberator.dump("Error loading module - "+ name + "..");
liberator.dump(e);
liberator.dump(e.stack);
liberator.reportError(e);
}
}