mirror of
https://github.com/aljazceru/signal-cli-rest-api.git
synced 2025-12-19 15:44:28 +01:00
remove debugging output
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user