From 8a245b794ab1a004153eaef8bd0908ba86829d0d Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Tue, 30 Mar 2021 19:57:20 +0200 Subject: bgp: T1711: remove migrator debug print --- src/migration-scripts/bgp/0-to-1 | 1 - 1 file changed, 1 deletion(-) (limited to 'src/migration-scripts') diff --git a/src/migration-scripts/bgp/0-to-1 b/src/migration-scripts/bgp/0-to-1 index a70b52909..b1d5a6514 100755 --- a/src/migration-scripts/bgp/0-to-1 +++ b/src/migration-scripts/bgp/0-to-1 @@ -40,7 +40,6 @@ if not config.exists(base): # Only one BGP process is supported, thus this operation is savea asn = config.list_nodes(base) bgp_base = base + asn -print(asn) # We need a temporary copy of the config tmp_base = ['protocols', 'bgp2'] -- cgit v1.2.3