diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/common/tortls.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/tortls.c b/src/common/tortls.c index eab3cac072..55bdfcd763 100644 --- a/src/common/tortls.c +++ b/src/common/tortls.c @@ -519,7 +519,6 @@ tor_tls_context_new(crypto_pk_env_t *identity, unsigned int key_lifetime) tor_tls_init(); nickname = crypto_random_hostname(8, 20, "www.", ".net"); nn2 = crypto_random_hostname(8, 20, "www.", ".net"); - log_notice(LD_NET, "<%s> <%s>", nickname, nn2); /* Generate short-term RSA key. */ if (!(rsa = crypto_new_pk_env())) |