Remove debug mode

This commit is contained in:
DL6ER
2017-01-30 23:44:14 +01:00
parent 68a48aef2f
commit c81e2591bd

View File

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