We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3b56e commit fd5aec1Copy full SHA for fd5aec1
test/integration/models/linode/test_linode.py
@@ -690,8 +690,6 @@ def __assert_vpc(iface: LinodeInterface):
690
691
def __assert_vlan(iface: LinodeInterface):
692
__assert_base(iface)
693
- print(iface.__dict__)
694
- print(vars(iface.default_route))
695
696
assert not iface.default_route.ipv4
697
assert not iface.default_route.ipv6
0 commit comments