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:
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,
|
||||
}
|
||||
|
||||
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)
|
||||
|
|
Loading…
Reference in a new issue