From 74664f411cc411a0313bf9fbc14171acbf844804 Mon Sep 17 00:00:00 2001 From: gucio321 Date: Mon, 4 Nov 2024 23:46:56 +0100 Subject: [PATCH] gengo: remove debug print --- cmd/codegen/gengo_funcs.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/codegen/gengo_funcs.go b/cmd/codegen/gengo_funcs.go index f4f7eaad2..70211553f 100644 --- a/cmd/codegen/gengo_funcs.go +++ b/cmd/codegen/gengo_funcs.go @@ -259,7 +259,6 @@ result := C.%s(%s) cfuncCall = "result" case returnTypeKnown, returnTypeConstructor, returnTypeStructPtr: cfuncCall = fmt.Sprintf("C.%s(%s)", f.CWrapperFuncName, argInvokeStmt) - fmt.Println(f.CWrapperFuncName) } switch returnTypeType {