Navigation Menu

Skip to content

Commit

Permalink
Remove forgotten tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
janodvarko committed Mar 25, 2013
1 parent 890aade commit e559793
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extension/content/firebug/console/functionMonitor.js
Expand Up @@ -76,7 +76,6 @@ var FunctionMonitor = Obj.extend(Firebug.Module,

monitorFunction: function(context, fn, mode)
{
FBTrace.sysout("monitorFunction " + fn, fn)
if (typeof(fn) == "function" || fn instanceof Function)
{
var script = SourceFile.findScriptForFunctionInContext(context, fn);
Expand Down

0 comments on commit e559793

Please sign in to comment.