From 90c144a685b9ed2bdcaf396f87bfea14bef7dbe3 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Sat, 19 Jan 2019 20:17:10 +0000 Subject: [PATCH] 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. --- artiq/test/test_pc_rpc.py | 1 - 1 file changed, 1 deletion(-) 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.