disable debugging output
This commit is contained in:
parent
6c6a39965c
commit
4e0797f570
1 changed files with 1 additions and 1 deletions
|
@ -938,7 +938,7 @@ void WebPage_system_output_add(AsyncWebServerRequest *request) {
|
|||
|
||||
/* create grow objects */
|
||||
if(request->hasParam("editmode")) {
|
||||
Log.verbose(F("%s - has edit" CR), LogLoc);
|
||||
//Log.verbose(F("%s - has edit" CR), LogLoc);
|
||||
if(config.system.output.device[outputId] != outputDevice_old) {
|
||||
#ifdef DEBUG
|
||||
Log.verbose(F("%s - device changed, Recreate Grow object" CR), LogLoc);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue