diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-09-28 10:35:12 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-09-28 10:35:12 -0400 |
commit | 79d777396858d008bb99d0f411953a5152b921b0 (patch) | |
tree | 37a82473d5c15d159c608f27ff702bee5f3d9703 /src/feature | |
parent | 020e8e41c676370de66d3ddf459700867ed454cd (diff) | |
parent | faf89ec6c2e0db1ba82639c41a4c754751f4ce1d (diff) | |
download | tor-79d777396858d008bb99d0f411953a5152b921b0.tar.gz tor-79d777396858d008bb99d0f411953a5152b921b0.zip |
Merge branch 'maint-0.3.5' into bug40133_035
Diffstat (limited to 'src/feature')
-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 5772034c6d..3d6be94080 100644 --- a/src/feature/hs_common/shared_random_client.c +++ b/src/feature/hs_common/shared_random_client.c @@ -255,10 +255,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; } |