tests: Removing accidental print statement in testcase
This commit is contained in:
parent
11d82056a9
commit
cd83d7a0d9
@ -322,7 +322,6 @@ class JsonRpcSingleCommandErrorTest(JsonRpcTestBase):
|
||||
}
|
||||
response = self.jrw.handle_data(request)
|
||||
|
||||
print response
|
||||
self.assertIn('result', response)
|
||||
|
||||
result = response['result']
|
||||
|
||||
Loading…
Reference in New Issue
Block a user