Skip to content
Snippets Groups Projects
Commit 5307dfb0 authored by Erik Reid's avatar Erik Reid
Browse files

remove debugging string

parent 3eb34abe
Branches
Tags
No related merge requests found
...@@ -56,7 +56,6 @@ def test_ix_public_peers(netconf): ...@@ -56,7 +56,6 @@ def test_ix_public_peers(netconf):
"additionalProperties": False "additionalProperties": False
} }
print("HERE123")
for p in juniper.ix_public_peers(netconf): for p in juniper.ix_public_peers(netconf):
jsonschema.validate(p, schema) jsonschema.validate(p, schema)
print(p) print(p)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment