Bug 484019 follow-up - Remove wrongly pushed debug dumping code

This commit is contained in:
Marco Bonardo 2009-05-05 00:40:48 +02:00
parent e483ab3bb2
commit 6d9bee4245

View File

@ -1198,7 +1198,6 @@ var PlacesUIUtils = {
// While looping through queries we will also check for titles validity.
for (var i = 0; i < items.length; i++) {
var queryName = as.getItemAnnotation(items[i], ORGANIZER_QUERY_ANNO);
Components.utils.reportError(items[i] + " " + queryName);
this.leftPaneQueries[queryName] = items[i];
// Titles could have been corrupted or the user could have changed his
// locale. Check title is correctly set and eventually fix it.