aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2020-09-22 13:47:08 -0400
committerDavid Goulet <dgoulet@torproject.org>2020-09-22 13:47:08 -0400
commitbeffad8529c9b603bcf6b6e720747f6210c5c25c (patch)
tree45d020d22504ce29ed58e5f561a13bee8cbf291c /src
parent0d78fbb718ae44aaf739ec644e7d5f3ae65771ea (diff)
parentfaf89ec6c2e0db1ba82639c41a4c754751f4ce1d (diff)
downloadtor-beffad8529c9b603bcf6b6e720747f6210c5c25c.tar.gz
tor-beffad8529c9b603bcf6b6e720747f6210c5c25c.zip
Merge branch 'maint-0.3.5' into maint-0.4.3
Diffstat (limited to 'src')
-rw-r--r--src/feature/hs_common/shared_random_client.c4
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 a46666ab50..d6c1d8f155 100644
--- a/src/feature/hs_common/shared_random_client.c
+++ b/src/feature/hs_common/shared_random_client.c
@@ -254,10 +254,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;
}