remove duplicated line

This commit is contained in:
Pat Moroney 2018-01-12 11:23:17 -07:00
parent 78cb5588b1
commit 4f138c4f92

View File

@ -70,7 +70,6 @@ func NewGenericTemplateBasedEncoder(templateDir string, file *descriptor.FileDes
log.Printf("new encoder: file=%q template-dir=%q", file.GetName(), templateDir)
}
pgghelpers.InitPathMap(file)
pgghelpers.InitPathMap(file)
return
}