mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-04 13:45:47 +01:00
Remove some merged debugging code from loadModule.
Unintentionally merged from the xulmus branch.
This commit is contained in:
@@ -83,9 +83,6 @@ const liberator = (function () //{{{
|
|||||||
{
|
{
|
||||||
if (nError++ == 0)
|
if (nError++ == 0)
|
||||||
window.toJavaScriptConsole();
|
window.toJavaScriptConsole();
|
||||||
liberator.dump("Error loading module - "+ name + "..");
|
|
||||||
liberator.dump(e);
|
|
||||||
liberator.dump(e.stack);
|
|
||||||
liberator.reportError(e);
|
liberator.reportError(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user