Remove unwanted info logging for bookmark indices.

This commit is contained in:
Edward Lee 2009-11-11 15:20:19 -08:00
parent e11e6a2c55
commit d2abea3b69

View File

@ -794,7 +794,6 @@ BookmarksStore.prototype = {
}
}
this._log.info("calculating index for: " + record.title + " = " + index);
return index;
},