mirror of
https://github.com/esphome/esphome.git
synced 2025-08-09 11:57:46 +00:00
remove debug
This commit is contained in:
parent
9beebc7bfe
commit
087697106c
@ -253,9 +253,6 @@ bool parse_multipart_boundary(const char *content_type, const char **boundary_st
|
|||||||
|
|
||||||
*boundary_start = start;
|
*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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user