diff --git a/esp3d/src/modules/http/http_server.cpp b/esp3d/src/modules/http/http_server.cpp index 979c3fce..9a97b684 100644 --- a/esp3d/src/modules/http/http_server.cpp +++ b/esp3d/src/modules/http/http_server.cpp @@ -140,7 +140,6 @@ bool HTTP_Server::StreamSDFile(const char* filename, const char * contentType) done = true; } else { _webserver->client().write(buf,v); - Serial.print("."); i+=v; } if (i >= totalFileSize) {