diff --git a/src/TinyGsmModem.tpp b/src/TinyGsmModem.tpp index 237a941..07710b8 100644 --- a/src/TinyGsmModem.tpp +++ b/src/TinyGsmModem.tpp @@ -301,7 +301,6 @@ class TinyGsmModem { char buf[16]; size_t bytesRead = thisModem().stream.readBytesUntil( lastChar, buf, static_cast(16)); - DBG("### TEMPL bytesRead:", bytesRead); if (bytesRead) { buf[bytesRead] = '\0'; float res = atof(buf);