removed debugging statement

This commit is contained in:
tastendruecker123 2023-04-04 17:13:46 +02:00
parent df1e1c2418
commit e8aa1ba11b

View file

@ -320,7 +320,6 @@ class Web {
void onLogin(AsyncWebServerRequest *request) {
DPRINTLN(DBG_VERBOSE, F("onLogin"));
DPRINTLN(DBG_WARN, String(mConfig->sys.adminPwd));
if (request->args() > 0) {
if (String(request->arg("pwd")) == String(mConfig->sys.adminPwd)) {