From b7a2d17e934be7940b7c3947be6ea82a6087684a Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Sun, 29 Dec 2019 17:06:44 +0100 Subject: [PATCH] remove weird comment --- src/contact.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/contact.rs b/src/contact.rs index fe1f78e24..0be1e3769 100644 --- a/src/contact.rs +++ b/src/contact.rs @@ -779,9 +779,6 @@ impl Contact { return &self.name; } if !self.authname.is_empty() { - // normally, name is initialized by authname and this condition would not be needed. - // however, for some resilience against some maybe corrupted dev-versions, - // we do this extra-check for now. return &self.authname; } &self.addr