diff --git a/mobile/chrome/content/content.js b/mobile/chrome/content/content.js index d8e916eecd0d..c501b79699c3 100644 --- a/mobile/chrome/content/content.js +++ b/mobile/chrome/content/content.js @@ -256,7 +256,7 @@ let Content = { try{ docShell.QueryInterface(Ci.nsIDocShellHistory).useGlobalHistory = true; - } catch(e) { dump("---error: " + e + "\n"); } + } catch(e) { } }, handleEvent: function handleEvent(aEvent) {