Skip to content

Commit 108ab7f

Browse files
remove printf
1 parent 9a66605 commit 108ab7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/optimizer.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,6 @@ make_executor_from_uops(_PyUOpInstruction *buffer, int length, const _PyBloomFil
10621062

10631063
/* Initialize exits */
10641064
_PyExecutorObject *cold = _PyExecutor_GetColdExecutor();
1065-
fprintf(stdout, "CHAIN DEPTH %d;\n", chain_depth);
10661065
cold->vm_data.chain_depth = chain_depth;
10671066
for (int i = 0; i < exit_count; i++) {
10681067
executor->exits[i].index = i;

0 commit comments

Comments
 (0)