mirror of
https://github.com/postmannen/ctrl.git
synced 2024-12-14 12:37:31 +00:00
removed debug
This commit is contained in:
parent
2d36e0195b
commit
0b4356b548
1 changed files with 1 additions and 1 deletions
|
@ -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: 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)
|
_, err = mainfh.Write(b)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in a new issue