Unmonitor
From FirebugWiki
Turns off logging for all calls to a function.
Contents |
[edit] Syntax
unmonitor(fn)
[edit] Parameters
[edit] fn
Function to remove logging calls for. (required)
[edit] Examples
Note: Monitoring function calls to faculty() was previously enabled via monitor.
unmonitor(faculty)
This disables logging of calls to the function faculty().