Removed debug output

This commit is contained in:
billz 2017-11-02 20:46:46 +00:00
parent c88d027ec6
commit 8d1370e2fd
1 changed files with 0 additions and 2 deletions

View File

@ -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