Remove the debugging info of pytorch=>onnx coverage script (#16538)

Summary:
Remove the debug info.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/16538

Reviewed By: houseroad

Differential Revision: D13872068

Pulled By: zrphercule

fbshipit-source-id: 7572668d0048c37f6b6029a48e5ae4b8b21823f7
diff --git a/test/onnx/export_onnx_tests_generator.py b/test/onnx/export_onnx_tests_generator.py
index 39e5ec7..a04dc42 100644
--- a/test/onnx/export_onnx_tests_generator.py
+++ b/test/onnx/export_onnx_tests_generator.py
@@ -93,8 +93,6 @@
         test_name = get_test_name(t)
         module = gen_module(t)
         module_name = str(module).split("(")[0]
-        if (module_name != "LogSoftmax"):
-            continue
         if (module_name == "FunctionalModule"):
             FunctionalModule_nums += 1
         else: