diff options
author | Uros Majstorovic <majstor@majstor.org> | 2020-08-09 02:05:31 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2020-08-09 02:05:31 +0200 |
commit | d4ada9e1c6cc8164bfa85dea5f6b1c257b145522 (patch) | |
tree | ae5a2c4b0c5ea410bb9ef568d7b40568bd7c4bde /fw/esp32/components/eos | |
parent | 587729b76869eb56decbf72d3a1e7f2bc2041a24 (diff) |
removed debug info
Diffstat (limited to 'fw/esp32/components/eos')
-rw-r--r-- | fw/esp32/components/eos/cell_sms.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/fw/esp32/components/eos/cell_sms.c b/fw/esp32/components/eos/cell_sms.c index 2648dc0..cf18201 100644 --- a/fw/esp32/components/eos/cell_sms.c +++ b/fw/esp32/components/eos/cell_sms.c @@ -119,16 +119,6 @@ static int sms_decode(unsigned char *buf, uint16_t *_len) { } buf[len + j] = '\0'; - buf = buf + len; - printf("BODY: %s\n", buf); - /* - while (*buf) { - printf("%02x ", *buf); - buf++; - } - printf("\n"); - */ - len += j + 1; *_len = len; |