From dd5cc6bcc81270f7491640f1f242dd72312967b9 Mon Sep 17 00:00:00 2001 From: Sara Damiano Date: Thu, 13 Feb 2020 18:40:50 -0500 Subject: [PATCH] Missed a junk debug print Signed-off-by: Sara Damiano --- src/TinyGsmModem.tpp | 1 - 1 file changed, 1 deletion(-) 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);