xombra / firefox-showip

Automatically exported from code.google.com/p/firefox-showip
0 stars 0 forks source link

Debugging information too verbose by default #73

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The file at 
https://code.google.com/p/firefox-showip/source/browse/src/content/ipv6ident.js 
contains multiple calls to 'this.dump()', which causes messages to be written 
to Firefox's Error Console in large volumes when specific functions are called.

These calls should be placed after a check to see if the extension is being 
debugged or not, to prevent spamming the log with entries that serve no 
purposes under regular use and cannot be ignored by source in the error console 
because they originate from something loaded onto the browser chrome...

Original issue reported on code.google.com by apol...@gmail.com on 27 Apr 2012 at 11:30