remove debug

This commit is contained in:
J. Nick Koston 2025-06-29 23:32:59 -05:00
parent 9beebc7bfe
commit 087697106c
No known key found for this signature in database

View File

@ -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;
}