Verified Commit e162a17a authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

fixup! Bug 40597: Implement TorSettings module

Remove an outdated comment.
parent ec7b6520
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -539,10 +539,6 @@ class AutoBootstrappingState extends StateCallback {
    }

    if (!this.#settings?.length && !this.transitioning) {
      // Both localized and fallback have, we can just throw to transition to
      // the error state (but only if we aren't already transitioning).
      // TODO: Let the UI layer localize the strings.

      if (!TorConnect._detectedLocation) {
        // unable to determine country
        throw new TorConnectError(TorConnectError.CannotDetermineCountry);