From cd83d7a0d937e9cb0c393aac5d1d230c6a2f6c6c Mon Sep 17 00:00:00 2001 From: Javier Domingo Cansino Date: Fri, 9 Aug 2013 10:08:52 +0200 Subject: [PATCH] tests: Removing accidental print statement in testcase --- tests/utils/jsonrpc_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/utils/jsonrpc_test.py b/tests/utils/jsonrpc_test.py index 2df8b0ba..7abaa512 100644 --- a/tests/utils/jsonrpc_test.py +++ b/tests/utils/jsonrpc_test.py @@ -322,7 +322,6 @@ class JsonRpcSingleCommandErrorTest(JsonRpcTestBase): } response = self.jrw.handle_data(request) - print response self.assertIn('result', response) result = response['result']