clean up print from test
authorMichael Suo <suo@fb.com>
Wed, 20 Feb 2019 01:43:38 +0000 (17:43 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 20 Feb 2019 01:46:41 +0000 (17:46 -0800)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/17279

Differential Revision: D14144264

Pulled By: suo

fbshipit-source-id: eec837d29c46e96be37c54192a841046b486cb8b

test/test_jit.py

index e7f0235..b721857 100644 (file)
@@ -6101,8 +6101,6 @@ a")
 
         m = M()
         graph = str(m.graph)
-        print(graph)
-        return
         self.assertTrue(graph.count("aten::add") == 4)
         self.assertTrue("python" not in graph)