tidy up EMSESP_DEBUG and EMSESP_TEST

This commit is contained in:
Proddy
2023-02-21 21:49:21 +01:00
parent 134f2671fb
commit 6aea27e30f
15 changed files with 18 additions and 120 deletions

View File

@@ -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();