Skip to content

Commit a4b3576

Browse files
ezyangpytorchmergebot
authored andcommitted
Don't have random print in convert_frame (pytorch#139203)
Signed-off-by: Edward Z. Yang <[email protected]> Pull Request resolved: pytorch#139203 Approved by: https://github.com/Skylion007
1 parent a19bdfb commit a4b3576

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

torch/_dynamo/convert_frame.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,8 +1379,6 @@ def __call__(
13791379
)
13801380
):
13811381
if log.isEnabledFor(logging.DEBUG):
1382-
print(frame.f_lasti, first_real_inst_idx(frame.f_code))
1383-
13841382
if has_started_execution:
13851383
skip_reason = "traced frame already"
13861384
elif trace_rules.check(frame.f_code):

0 commit comments

Comments
 (0)