remove message for debugging

This commit is contained in:
SHIMODA Hiroshi 2010-11-12 11:43:23 +09:00
parent 1d586818ba
commit f31da97030

View File

@ -155,7 +155,6 @@ var TreeStyleTabBookmarksService = {
treeStructure = treeStructure.map(function(aIndex) {
return aIndex < -1 ? aDefaultParentID : aIndex ;
}, this);
Application.console.log(treeStructure);
return treeStructure;
},
@ -248,7 +247,7 @@ var TreeStyleTabBookmarksService = {
init : function TSTBMService_init()
{
window.removeEventListener('load', this, false);
if (!('PlacesUIUtils' in window)) return;
if (!PlacesUIUtils.__treestyletab__done) {