It is a new feature added in Firebug 1.12 called console grouping.
To disable it (requires version 1.12.1) :
- Go to "about:config"
- Promise you'll be careful
- look for "extensions.firebug.console.groupLogMessages"
- double-click on the option => the value is set to false
See also:
- https://getfirebug.com/wiki/index.php/Firebug_Preferences
- http://code.google.com/p/fbug/issues/detail?id=6703
Florent