Skip to content

Commit

Permalink
Add debug logs for replaceTabAndTogglePrivate() -> removeTab()
Browse files Browse the repository at this point in the history
  • Loading branch information
Infocatcher committed Jan 21, 2017
1 parent 3c2a5b3 commit a664117
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -3771,6 +3771,7 @@ var privateTab = {
// Make tab empty to not save in undo close history
this.ss.setTabState(tab, '{"entries":[]}');
gBrowser.removeTab(tab);
_dbgv && _log("replaceTabAndTogglePrivate() -> removeTab() after " + (Date.now() - startTime) + " ms");
}.bind(this), 300);
return dupTab;
},
Expand Down

0 comments on commit a664117

Please sign in to comment.