forked from M-Labs/artiq
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.
This commit is contained in:
parent
a2ff2cc173
commit
90c144a685
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue