1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

Changes to MD5Builder missing from the last commit

This commit is contained in:
Ivan Grokhotkov 2016-06-13 13:31:43 +08:00
parent 063e4cc88f
commit 90bbec9f50

View File

@ -72,7 +72,6 @@ bool MD5Builder::addStream(Stream & stream, const size_t maxLen)
maxLengthLeft -= numBytesRead; maxLengthLeft -= numBytesRead;
bytesAvailable = stream.available(); bytesAvailable = stream.available();
} }
printf("ba: %d mll: %d\n", bytesAvailable, maxLengthLeft);
free(buf); free(buf);
return true; return true;
} }