From 5307dfb0ff7d56b726f1622200f70af4f3ff2587 Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Thu, 7 Feb 2019 19:59:26 +0100 Subject: [PATCH] remove debugging string --- test/per_router/test_ix_public_peers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/per_router/test_ix_public_peers.py b/test/per_router/test_ix_public_peers.py index f282084c..f455619d 100644 --- a/test/per_router/test_ix_public_peers.py +++ b/test/per_router/test_ix_public_peers.py @@ -56,7 +56,6 @@ def test_ix_public_peers(netconf): "additionalProperties": False } - print("HERE123") for p in juniper.ix_public_peers(netconf): jsonschema.validate(p, schema) print(p) -- GitLab