From 7e1462c21ed853b3b4a7cc347091a132f6b4162e Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 2 Feb 2020 11:25:31 +0100 Subject: options: T1919: remove broken comment --- src/migration-scripts/system/14-to-15 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/migration-scripts/system/14-to-15 b/src/migration-scripts/system/14-to-15 index fd89ae57a..2491e3d0d 100755 --- a/src/migration-scripts/system/14-to-15 +++ b/src/migration-scripts/system/14-to-15 @@ -22,7 +22,6 @@ if not config.exists(base): # Nothing to do sys.exit(0) else: - # delete 'system ipv6 blacklist' node if config.exists(base + ['reboot-on-panic']): reboot = config.return_value(base + ['reboot-on-panic']) config.delete(base + ['reboot-on-panic']) -- cgit v1.2.3