views:

12

answers:

0

The Venkman addon (officially called JavaScript Debugger) likes to print lots and lots of information using window.dump (or at least I assume that's what it's using since I don't know any other way to print to console). I would like it if the console contained only the output from my code, and not all the output from Venkman. I don't mind that output being in the Venkman UI, but I would prefer if it didn't show up in the main "stdout" window. Is there an easy way to just set a preference or something and keep it from doing that?