diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-03-30 19:57:20 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-03-30 19:57:39 +0200 |
commit | 8a245b794ab1a004153eaef8bd0908ba86829d0d (patch) | |
tree | 243c101984524aea71ed90e6b39f47b14ac318f2 /src/migration-scripts | |
parent | 55cfd112f18f403fd027778b86041c50420e91f6 (diff) | |
download | vyos-1x-8a245b794ab1a004153eaef8bd0908ba86829d0d.tar.gz vyos-1x-8a245b794ab1a004153eaef8bd0908ba86829d0d.zip |
bgp: T1711: remove migrator debug print
Diffstat (limited to 'src/migration-scripts')
-rwxr-xr-x | src/migration-scripts/bgp/0-to-1 | 1 |
1 files changed, 0 insertions, 1 deletions
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'] |