Comment out some debug code.

This commit is contained in:
slamm%netscape.com 2006-09-14 05:40:48 +00:00
parent b258a555d6
commit 454e775f7e

View File

@ -1091,13 +1091,13 @@ function BrowserEditBookmarks()
var bookmarksWindow = windowManager.GetMostRecentWindow('bookmarks:manager');
if (bookmarksWindow) {
debug("Reuse existing bookmarks window");
//debug("Reuse existing bookmarks window");
bookmarksWindow.focus();
} else {
debug("Open a new bookmarks dialog");
//debug("Open a new bookmarks dialog");
if (true == gDisableBookmarks) {
debug("Recently opened one. Wait a little bit.");
//debug("Recently opened one. Wait a little bit.");
return;
}
gDisableBookmarks = true;