Verified Commit 0ce27112 authored by ma1's avatar ma1 Committed by Pier Angelo Vendrame
Browse files

fixup! Bug 40926: Implemented the New Identity feature

Remove redundant "Closing tabs" logging.
parent 071665f3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -158,7 +158,6 @@ XPCOMUtils.defineLazyGetter(this, "NewIdentityButton", () => {
    }

    closeTabs() {
      logger.info("Closing tabs");
      if (
        !Services.prefs.getBoolPref("browser.new_identity.close_newnym", true)
      ) {