mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-30 18:56:27 +02:00
removed debugging statement
This commit is contained in:
parent
df1e1c2418
commit
e8aa1ba11b
1 changed files with 0 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue