diff --git a/scripts/pi-hole/php/savesettings.php b/scripts/pi-hole/php/savesettings.php index 835ec675..5e2d4f67 100644 --- a/scripts/pi-hole/php/savesettings.php +++ b/scripts/pi-hole/php/savesettings.php @@ -360,7 +360,6 @@ function readStaticLeasesFile() if(isset($_POST["addstatic"])) { - $debug = true; $mac = $_POST["AddMAC"]; $ip = $_POST["AddIP"]; $hostname = $_POST["AddHostname"]; @@ -412,7 +411,6 @@ function readStaticLeasesFile() if(isset($_POST["removestatic"])) { - $debug = true; $mac = $_POST["removestatic"]; if(!validMAC($mac)) {