test_pc_rpc: Remove leftover debug print [nfc]

This tidies up the test suite output, and we have verbose asserts
to show further information on breakage, should it occur.
pull/1176/head
David Nadlinger 2019-01-19 20:17:10 +00:00
parent a2ff2cc173
commit 90c144a685
1 changed files with 0 additions and 1 deletions

View File

@ -108,7 +108,6 @@ class RPCCase(unittest.TestCase):
argspec_documented, docstring = pc_rpc.Server._document_function(
_annotated_function
)
print(argspec_documented)
self.assertEqual(docstring, "Sample docstring.")
# purposefully ignore how argspec["annotations"] is treated.