Skip to content

Commit

Permalink
gengo: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
gucio321 committed Nov 4, 2024
1 parent 2657c20 commit 74664f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/codegen/gengo_funcs.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 74664f4

Please sign in to comment.