1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-13 14:25:51 +01:00

Remove dump statements and try-catch blocks

This commit is contained in:
Kris Maglione
2008-11-28 18:59:02 +00:00
parent 5fdf4bd6d6
commit c08daa4334
2 changed files with 3 additions and 13 deletions

View File

@@ -395,11 +395,7 @@ let (array = util.Array)
}
const styles = storage.newObject("styles", Styles, false);
try
{
const highlight = storage.newObject("highlight", Highlights, false);
}
catch (e) { liberator.reportError(e) }
const highlight = storage.newObject("highlight", Highlights, false);
liberator.registerObserver("load_commands", function ()
{