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

removed debug

This commit is contained in:
postmannen 2022-06-15 21:08:54 +02:00
parent 2d36e0195b
commit 0b4356b548

View file

@ -683,7 +683,7 @@ func copyDstSubProcFunc(proc process, cia copyInitialData, message Message) func
fmt.Printf(" ********************* DEBUG: copied %v elements, length of b=%v\n", nr, len(b))
}
fmt.Printf(" * DEBUG: read: %v\n", b)
// fmt.Printf(" * DEBUG: read: %v\n", b)
_, err = mainfh.Write(b)
if err != nil {