Skip to content

Commit c97185e

Browse files
committed
Remove forgotten printf
1 parent d25e526 commit c97185e

File tree

1 file changed

+0
-1
lines changed
  • graalpython/com.oracle.graal.python.cext/src

1 file changed

+0
-1
lines changed

graalpython/com.oracle.graal.python.cext/src/capi.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,6 @@ static void PyTruffle_Log(int level, const char* format, ... ) {
923923
va_list args;
924924
va_start(args, format);
925925
vsprintf(buffer,format, args);
926-
printf("logg\n");
927926
#ifndef EXCLUDE_POLYGLOT_API
928927
GraalPyTruffle_LogString(level, polyglot_from_string(buffer, SRC_CS));
929928
#else

0 commit comments

Comments
 (0)