mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 06:33:51 +00:00
remove debug
This commit is contained in:
@@ -253,9 +253,6 @@ bool parse_multipart_boundary(const char *content_type, const char **boundary_st
|
||||
|
||||
*boundary_start = start;
|
||||
|
||||
// Debug log the extracted boundary
|
||||
ESP_LOGV("multipart_utils", "Extracted boundary: '%.*s' (len: %zu)", (int) *boundary_len, start, *boundary_len);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user