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:
@@ -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 ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user