diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-09-26 21:30:19 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2025-09-26 21:30:19 +0200 |
| commit | 3f8404ac78e1a31e8afcacc6ce8e7331130d2093 (patch) | |
| tree | cdeb1e8ce82b269085c79ef46cb4d1f8b7543bcd /src/migration-scripts | |
| parent | 06e491caf2fdd8b4e2fe5f3b4396680fca61eeab (diff) | |
| download | vyos-1x-3f8404ac78e1a31e8afcacc6ce8e7331130d2093.tar.gz vyos-1x-3f8404ac78e1a31e8afcacc6ce8e7331130d2093.zip | |
migrator: T7760: remove debug print statement
Diffstat (limited to 'src/migration-scripts')
| -rw-r--r-- | src/migration-scripts/bgp/6-to-7 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/migration-scripts/bgp/6-to-7 b/src/migration-scripts/bgp/6-to-7 index 7a11bbf3a..4074cbb14 100644 --- a/src/migration-scripts/bgp/6-to-7 +++ b/src/migration-scripts/bgp/6-to-7 @@ -88,7 +88,6 @@ def migrate(config: ConfigTree) -> None: continue allowas_in_value = 0 - print(neighbor, afi) # Check if there is any allowas-in definition for a peer-group if peer_group and config.exists(afi_peer_group_base + allowas_in_numer): allowas_in_value = int(config.return_value(afi_peer_group_base + allowas_in_numer)) |
