commit 74591f4b96daf7ccafbd291f795e46e39036bf85
Author: Matthew Finkel <[email protected]>
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;



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to