From 0b4356b548ea046e05a567022a81430ab3bb0a05 Mon Sep 17 00:00:00 2001 From: postmannen Date: Wed, 15 Jun 2022 21:08:54 +0200 Subject: [PATCH] removed debug --- requests_copy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requests_copy.go b/requests_copy.go index 4a7dd5d..ddd90c6 100644 --- a/requests_copy.go +++ b/requests_copy.go @@ -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 {