Skip to content

Commit 860d296

Browse files
committed
remove debug output
1 parent c5b3fae commit 860d296

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graalpython/com.oracle.graal.python.jni/src/capi_native.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,6 @@ PyAPI_FUNC(int) initNativeForward(void* (*getBuiltin)(int), void* (*getAPI)(cons
340340
CAPI_BUILTINS
341341
#undef BUILTIN
342342
Py_Truffle_Options = GraalPyTruffle_Native_Options();
343-
printf("options: %x\n", Py_Truffle_Options);
344343
initializeCAPIForwards(getAPI);
345344

346345
// send the locations of these values to Sulong - the values need to be shared

0 commit comments

Comments
 (0)