mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
tidy up EMSESP_DEBUG and EMSESP_TEST
This commit is contained in:
@@ -52,13 +52,6 @@ uint8_t Command::process(const char * path, const bool is_admin, const JsonObjec
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
#ifdef EMSESP_DEBUG
|
||||
Serial.print("Processing path: ");
|
||||
Serial.println(p.path().c_str()); // dump paths, for debugging
|
||||
#endif
|
||||
*/
|
||||
|
||||
// re-calculate new path
|
||||
// if there is only a path (URL) and no body then error!
|
||||
size_t num_paths = p.paths().size();
|
||||
|
||||
Reference in New Issue
Block a user