remove debugging output

This commit is contained in:
Bernhard B
2019-11-03 19:40:28 +01:00
parent fac234fc9e
commit 2b6e9cfd85

View File

@@ -129,7 +129,6 @@ func main() {
}
attachmentTmpPath := *attachmentTmpDir + u.String() + "." + fType.Extension
log.Info("attchment tmp path = ", attachmentTmpPath)
f, err := os.Create(attachmentTmpPath)
if err != nil {