diff --git a/test/per_router/test_ix_public_peers.py b/test/per_router/test_ix_public_peers.py
index f282084c57bc18e12d3c4a4b23b5e45629a24fa5..f455619d1debbda244598f254ac7acd15292bdbb 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)