mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 484019 follow-up - Remove wrongly pushed debug dumping code
This commit is contained in:
parent
e483ab3bb2
commit
6d9bee4245
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user