From 837811d019c21361b583083740eb3823c9ddde2d Mon Sep 17 00:00:00 2001 From: Daniel Sheppard Date: Thu, 7 Sep 2023 14:41:06 -0500 Subject: [PATCH] Update netbox/dcim/tests/test_cablepaths.py Co-authored-by: Jeremy Stretch --- netbox/dcim/tests/test_cablepaths.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/netbox/dcim/tests/test_cablepaths.py b/netbox/dcim/tests/test_cablepaths.py index e1ebc7d35..7d18bfaa1 100644 --- a/netbox/dcim/tests/test_cablepaths.py +++ b/netbox/dcim/tests/test_cablepaths.py @@ -1948,9 +1948,6 @@ class CablePathTestCase(TestCase): b_terminations=[interface2] ) cable3.save() - print(CablePath.objects.all().count()) - for cp in CablePath.objects.all(): - print(f'{cp}::{cp.path}') self.assertPathExists( ( interface2, cable3, (frontport2, frontport4), (rearport2, rearport4), (cable2, cable4),