Browse Source

Remove debug line

Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
v_master
Sara Damiano 5 years ago
parent
commit
1dc5dc2b49
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/TinyGsmModem.tpp

+ 0
- 1
src/TinyGsmModem.tpp View File

@ -291,7 +291,6 @@ class TinyGsmModem {
inline float streamGetFloatLength(int8_t numChars) { inline float streamGetFloatLength(int8_t numChars) {
char buf[16]; char buf[16];
size_t bytesRead = thisModem().stream.readBytes(buf, numChars); size_t bytesRead = thisModem().stream.readBytes(buf, numChars);
DBG("### bytesRead:", bytesRead);
if (bytesRead) { if (bytesRead) {
buf[numChars] = '\0'; buf[numChars] = '\0';
int16_t res = atof(buf); int16_t res = atof(buf);


Loading…
Cancel
Save