remove commented out breakpoints (#135363)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/135363
Approved by: https://github.com/oulgen
diff --git a/test/dynamo/test_sources.py b/test/dynamo/test_sources.py
index 48646ac..0f2f7de 100644
--- a/test/dynamo/test_sources.py
+++ b/test/dynamo/test_sources.py
@@ -72,7 +72,6 @@
             lambda x, _: CausalLMOutputWithPast(),
         )
 
-        # breakpoint()
         torch.export.export(Model(), ())
 
 
diff --git a/test/torch_np/check_tests_conform.py b/test/torch_np/check_tests_conform.py
index 05ff535..c1795bf 100644
--- a/test/torch_np/check_tests_conform.py
+++ b/test/torch_np/check_tests_conform.py
@@ -43,7 +43,6 @@
             else:
                 report_violation(line, num, "off-class parametrize")
             if not src[nn - 1].startswith("@instantiate_parametrized_tests"):
-                # breakpoint()
                 report_violation(
                     line, num, f"missing instantiation of parametrized tests in {ln}?"
                 )