Skip to content

Commit

Permalink
Drop client bug check
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoCeratto committed Aug 23, 2023
1 parent 789fcdd commit f19f517
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions fastpath/fastpath/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -914,13 +914,6 @@ def score_vanilla_tor(msm: dict) -> dict:
tk = g_or(msm, "test_keys", {})
scores = init_scores()

nks = ("error", "success", "tor_progress_summary", "tor_progress_tag")
if msm["software_name"] == "ooniprobe" and all_keys_none(tk, nks):
if tk["tor_progress"] == 0:
# client bug?
scores["msg"] = "Client bug"
return scores

tor_logs = tk.get("tor_logs") or tk.get("tor_log")
if tor_logs is None:
# unknown bug
Expand Down

0 comments on commit f19f517

Please sign in to comment.