From 8d1370e2fdcf53444e0c43554dd898be095ca88a Mon Sep 17 00:00:00 2001 From: billz Date: Thu, 2 Nov 2017 20:46:46 +0000 Subject: [PATCH] Removed debug output --- includes/hostapd.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/hostapd.php b/includes/hostapd.php index 648b02d3..1465d333 100755 --- a/includes/hostapd.php +++ b/includes/hostapd.php @@ -461,8 +461,6 @@ function SaveHostAPDConfig($wpa_array, $enc_types, $modes, $interfaces, $status) // Check for Logging Checkbox $logEnable = 0; - echo "SOMETHING ".$arrHostapdConf['LogEnable']; - echo 'logenable set:'.$_POST['logEnable']; if($arrHostapdConf['LogEnable'] == 0) { if(isset($_POST['logEnable'])) { // Need code to enable logfile logging here