summaryrefslogtreecommitdiff
path: root/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'types.go')
-rw-r--r--types.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/types.go b/types.go
index 2a89048..eabd0b0 100644
--- a/types.go
+++ b/types.go
@@ -38,7 +38,6 @@ type Ident struct {
func (ut Ident) String() string {
if ut.Name == "" {
return fmt.Sprintf("<%s> %d %s",
- ut.Name,
ut.Email,
ut.Time.Unix(),
ut.Time.Format("-0700"))