remove weird comment

This commit is contained in:
B. Petersen
2019-12-29 17:06:44 +01:00
committed by Alexander Krotov
parent e1bd740249
commit b7a2d17e93

View File

@@ -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