mirror of
https://github.com/postmannen/ctrl.git
synced 2025-01-05 20:09:16 +00:00
removed debug logging
This commit is contained in:
parent
a77d1ad562
commit
84284eeee1
1 changed files with 0 additions and 2 deletions
|
@ -543,8 +543,6 @@ func copySrcSubProcFunc(proc process, cia copyInitialData, cancel context.Cancel
|
||||||
ReplyRetries: initialMessage.ReplyRetries,
|
ReplyRetries: initialMessage.ReplyRetries,
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf(" * DEBUG: ACKTimeout:%v, Retries: %v\n", initialMessage.ACKTimeout, initialMessage.Retries)
|
|
||||||
|
|
||||||
sam, err := newSubjectAndMessage(msg)
|
sam, err := newSubjectAndMessage(msg)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
er := fmt.Errorf("copySrcProcSubFunc: newSubjectAndMessage failed: %v", err)
|
er := fmt.Errorf("copySrcProcSubFunc: newSubjectAndMessage failed: %v", err)
|
||||||
|
|
Loading…
Reference in a new issue