diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-05-27 07:00:29 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-05-27 07:00:29 +0200 |
commit | fbe88e561c69936d67f372d1fab9e55610567fcc (patch) | |
tree | 88ea6945fcb5b17b2ce6859cc8e0a3a7d0231700 /src | |
parent | 6234be3509274f85c09d30a787c9f0de27ca81f4 (diff) | |
download | vyos-1x-fbe88e561c69936d67f372d1fab9e55610567fcc.tar.gz vyos-1x-fbe88e561c69936d67f372d1fab9e55610567fcc.zip |
dhcpv6-pd: pppoe: T2506: remove debug print statement
Diffstat (limited to 'src')
-rwxr-xr-x | src/migration-scripts/interfaces/9-to-10 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/migration-scripts/interfaces/9-to-10 b/src/migration-scripts/interfaces/9-to-10 index ce28627b8..4aa2c42b5 100755 --- a/src/migration-scripts/interfaces/9-to-10 +++ b/src/migration-scripts/interfaces/9-to-10 @@ -48,7 +48,6 @@ if __name__ == '__main__': # copy to new node config.copy(base_path, new_path + ['interface']) - print(new_path + ['interface']) # rename interface-id to address for interface in config.list_nodes(new_path + ['interface']): |