mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-05-22 14:04:28 +00:00
remove debugging output
This commit is contained in:
parent
fac234fc9e
commit
2b6e9cfd85
@ -129,7 +129,6 @@ func main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
attachmentTmpPath := *attachmentTmpDir + u.String() + "." + fType.Extension
|
attachmentTmpPath := *attachmentTmpDir + u.String() + "." + fType.Extension
|
||||||
log.Info("attchment tmp path = ", attachmentTmpPath)
|
|
||||||
|
|
||||||
f, err := os.Create(attachmentTmpPath)
|
f, err := os.Create(attachmentTmpPath)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user