Skip to content

Commit

Permalink
Remove print for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tekknolagi committed Nov 28, 2023
1 parent 32b10bc commit 98ee91b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions runtime/bytecode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,6 @@ static void analyzeDefiniteAssignment(Thread* thread,
}
}
}
fprintf(stderr, "%s %ld\n", Str::cast(function.qualname()).toCStr(),
num_iterations);
DTRACE_PROBE1(python, DefiniteAssignmentIterations, num_iterations);
}

Expand Down

0 comments on commit 98ee91b

Please sign in to comment.