summaryrefslogtreecommitdiff
path: root/src/migration-scripts
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-04-18 14:36:22 +0200
committerChristian Poessinger <christian@poessinger.com>2020-04-18 14:36:22 +0200
commitd76dbb558a4fcb73c2377b5524451bb408419802 (patch)
treee86b07571ee863c6179f83910d079485a4788c07 /src/migration-scripts
parent56fb2cf15b765efdad77c111bbd5294f296d7223 (diff)
downloadvyos-1x-d76dbb558a4fcb73c2377b5524451bb408419802.tar.gz
vyos-1x-d76dbb558a4fcb73c2377b5524451bb408419802.zip
pppoe-server: T2314: remove debug code from migration script
Diffstat (limited to 'src/migration-scripts')
-rwxr-xr-xsrc/migration-scripts/pppoe-server/2-to-33
1 files changed, 0 insertions, 3 deletions
diff --git a/src/migration-scripts/pppoe-server/2-to-3 b/src/migration-scripts/pppoe-server/2-to-3
index eb3e00b8b..3f5415a94 100755
--- a/src/migration-scripts/pppoe-server/2-to-3
+++ b/src/migration-scripts/pppoe-server/2-to-3
@@ -103,9 +103,6 @@ else:
mask = p.split(',')[1]
config.set(ipv6_base + ['delegate', prefix, 'delegation-prefix'], value=mask)
- print(config.to_string())
- exit(1)
-
try:
with open(file_name, 'w') as f:
f.write(config.to_string())