From aee369fea30e210bf1088e88116610f8ce970a4b Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Wed, 13 Apr 2022 10:00:20 +0200 Subject: [PATCH] wio.cgi: Remove code lines that are commented out - These lines were introduced with another patch related to removing IPFire start/stop capability from wio - The lines were introduced in commented out form and so are doing nothing. - It looks like they were added as part of a debugging or investigation work on wio Signed-off-by: Adolf Belka Reviewed-by: Bernhard Bitsch --- src/wio/wio.cgi | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/wio/wio.cgi b/src/wio/wio.cgi index 1dcec52fe2..a611028943 100644 --- a/src/wio/wio.cgi +++ b/src/wio/wio.cgi @@ -128,9 +128,6 @@ my @devs_alt = ('green','blue','orange','red'); my %ifacecolor = ( GREEN => 'wio_run_green', BLUE => 'wio_run_blue', ORANGE => 'wio_run_orange'); -#if ( $netsettings{'RED_TYPE'} eq 'STATIC' || $netsettings{'RED_TYPE'} eq 'DHCP' ) { -# %ifacecolor = ( %ifacecolor, RED => 'wio_run_red' ); -#} &loadips(); -- 2.47.3