зеркало из https://github.com/microsoft/CCF.git
Remove debug logging (#2985)
This commit is contained in:
Родитель
2f857db406
Коммит
d81647bfba
|
@ -560,8 +560,6 @@ class Consortium:
|
|||
with remote_node.client() as c:
|
||||
r = c.get(f"/node/network/nodes/{node_id}")
|
||||
|
||||
print(f"r={r}")
|
||||
|
||||
if r.status_code != http.HTTPStatus.OK.value or (
|
||||
node_status and r.body.json()["status"] != node_status.value
|
||||
):
|
||||
|
|
Загрузка…
Ссылка в новой задаче