Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
nikithamalgi committed Apr 29, 2021
1 parent bfedd5b commit ded32c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion torch/jit/_script.py
Expand Up @@ -889,7 +889,6 @@ def _script_pdt(obj, optimize=None, _frames_up=0, _rcb=None, example_inputs: Opt
module(*example)
else:
obj(*example_input)
print(type_trace_db.trace_records)
else:
warnings.warn("Warning: monkeytype is not installed. Please install https://github.com/Instagram/MonkeyType "
"to enable Profile-Directed Typing in TorchScript. Refer to "
Expand Down

0 comments on commit ded32c5

Please sign in to comment.