1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2024-12-14 12:37:31 +00:00

removed debug logging

This commit is contained in:
postmannen 2022-12-31 06:14:06 +01:00
parent a77d1ad562
commit 84284eeee1

View file

@ -543,8 +543,6 @@ func copySrcSubProcFunc(proc process, cia copyInitialData, cancel context.Cancel
ReplyRetries: initialMessage.ReplyRetries,
}
fmt.Printf(" * DEBUG: ACKTimeout:%v, Retries: %v\n", initialMessage.ACKTimeout, initialMessage.Retries)
sam, err := newSubjectAndMessage(msg)
if err != nil {
er := fmt.Errorf("copySrcProcSubFunc: newSubjectAndMessage failed: %v", err)