diff options
author | David Goulet <dgoulet@torproject.org> | 2020-09-22 13:47:08 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-09-22 13:47:08 -0400 |
commit | b6429430c65211b045ac227b412161318ff35d0d (patch) | |
tree | 3ab713b61276ffe1215d8ccf19e6900dac636fa3 /src | |
parent | 1cce0588e10b952d6acff8e55365011bdabbefdb (diff) | |
parent | beffad8529c9b603bcf6b6e720747f6210c5c25c (diff) | |
download | tor-b6429430c65211b045ac227b412161318ff35d0d.tar.gz tor-b6429430c65211b045ac227b412161318ff35d0d.zip |
Merge branch 'maint-0.4.3' into maint-0.4.4
Diffstat (limited to 'src')
-rw-r--r-- | src/feature/hs_common/shared_random_client.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/feature/hs_common/shared_random_client.c b/src/feature/hs_common/shared_random_client.c index 3f46321be4..c2ea5afe32 100644 --- a/src/feature/hs_common/shared_random_client.c +++ b/src/feature/hs_common/shared_random_client.c @@ -274,10 +274,6 @@ sr_state_get_start_time_of_current_protocol_run(void) protocol run */ time_t time_elapsed_since_start_of_run = curr_round_slot * voting_interval; - log_debug(LD_GENERAL, "Current SRV proto run: Start of current round: %u. " - "Time elapsed: %u (%d)", (unsigned) beginning_of_curr_round, - (unsigned) time_elapsed_since_start_of_run, voting_interval); - return beginning_of_curr_round - time_elapsed_since_start_of_run; } |