Bug 630542 - Regression: Context menus do not pop up on links (remove the dump) [r=stechz]

This commit is contained in:
Mark Finkle 2011-02-01 14:41:40 -05:00
parent 50f24d5d60
commit e8979c4012

View File

@ -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) {