From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/2] wio.cgi: Remove code lines that are commented out Date: Wed, 13 Apr 2022 10:00:20 +0200 Message-ID: <20220413080020.3664760-2-adolf.belka@ipfire.org> In-Reply-To: <20220413080020.3664760-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2334544325799985409==" List-Id: --===============2334544325799985409== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - These lines were introduced with another patch related to removing IPFire s= tart/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 --- src/wio/wio.cgi | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/wio/wio.cgi b/src/wio/wio.cgi index 1dcec52fe..a61102894 100644 --- a/src/wio/wio.cgi +++ b/src/wio/wio.cgi @@ -128,9 +128,6 @@ my @devs_alt =3D ('green','blue','orange','red'); =20 my %ifacecolor =3D ( GREEN =3D> 'wio_run_green', BLUE =3D> 'wio_run_blue', O= RANGE =3D> 'wio_run_orange'); =20 -#if ( $netsettings{'RED_TYPE'} eq 'STATIC' || $netsettings{'RED_TYPE'} eq 'D= HCP' ) { -# %ifacecolor =3D ( %ifacecolor, RED =3D> 'wio_run_red' ); -#} =20 &loadips(); =20 --=20 2.35.1 --===============2334544325799985409==--