changeset 21547:b8d061c8ff00

lib-lda: remove forced logging of session_id
author Martti Rannanjärvi <martti.rannanjarvi@dovecot.fi>
date Wed, 27 Apr 2016 13:06:52 +0300
parents 4db73d3fb3ff
children 22a63dda10f0
files src/lib-lda/mail-deliver.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-lda/mail-deliver.c	Thu Feb 09 18:01:14 2017 +0200
+++ b/src/lib-lda/mail-deliver.c	Wed Apr 27 13:06:52 2016 +0300
@@ -146,8 +146,6 @@
 	msg = t_strdup_vprintf(fmt, args);
 
 	str = t_str_new(256);
-	if (ctx->session_id != NULL)
-		str_printfa(str, "%s: ", ctx->session_id);
 
 	if (ctx->var_expand_table == NULL)
 		mail_deliver_log_cache_var_expand_table(ctx);