diff --git a/artiq/test/test_pc_rpc.py b/artiq/test/test_pc_rpc.py index 4ca81d020..8b095fe9e 100644 --- a/artiq/test/test_pc_rpc.py +++ b/artiq/test/test_pc_rpc.py @@ -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.