[tbb-commits] [tor-browser/tor-browser-91.2.0esr-11.0-1] fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#tor

sysrqb at torproject.org sysrqb at torproject.org
Wed Oct 6 13:32:12 UTC 2021


commit 74591f4b96daf7ccafbd291f795e46e39036bf85
Author: Matthew Finkel <sysrqb at torproject.org>
Date:   Fri Sep 3 03:52:21 2021 +0000

    fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#tor
    
    This reverts commit 84aa0573fb072665688c669b98032c3c561ee123.
---
 browser/components/torpreferences/content/torPane.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/browser/components/torpreferences/content/torPane.js b/browser/components/torpreferences/content/torPane.js
index 6dbc6b3c0e91..cde424a3f32a 100644
--- a/browser/components/torpreferences/content/torPane.js
+++ b/browser/components/torpreferences/content/torPane.js
@@ -699,7 +699,6 @@ const gTorPane = (function() {
         case TorBridgeSource.BuiltIn: {
           // if there is a built-in bridge already selected, use that
           let bridgeType = this._builtinBridgeMenulist.value;
-          console.log(`bridge type: ${bridgeType}`);
           if (bridgeType) {
             TorSettings.bridges.enabled = true;
             TorSettings.bridges.source = TorBridgeSource.BuiltIn;





More information about the tbb-commits mailing list