mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
Comment out some debug code.
This commit is contained in:
parent
b258a555d6
commit
454e775f7e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user