[Pkg-mozext-commits] [firebug] 24/82: Remove some implicit .toString from tracing

David Prévot taffit at moszumanska.debian.org
Mon Mar 31 22:45:37 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to tag fbtest-1.11.2
in repository firebug.

commit cbc016c10c516ae777beb969768b99f186a6cca7
Author: Simon Lindholm <simon.lindholm10 at gmail.com>
Date:   Sat Dec 29 14:06:19 2012 +0100

    Remove some implicit .toString from tracing
---
 extension/content/firebug/console/commandLineExposed.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/extension/content/firebug/console/commandLineExposed.js b/extension/content/firebug/console/commandLineExposed.js
index bc29ef3..3cfe20a 100644
--- a/extension/content/firebug/console/commandLineExposed.js
+++ b/extension/content/firebug/console/commandLineExposed.js
@@ -239,8 +239,7 @@ function createFirebugCommandLine(context, win)
         if (FBTrace.DBG_COMMANDLINE)
         {
             FBTrace.sysout("commandLine.Exposed; dispatched event " + methodName + " via " +
-                eventID + " with " + objs.length + " user objects, [0]:" +
-                commandLine.userObjects[0]);
+                eventID + " with " + objs.length + " user objects", commandLine.userObjects);
         }
 
         var result;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firebug.git



More information about the Pkg-mozext-commits mailing list