Skip to content

Commit 21a8ed8

Browse files
author
Chris Trowbridge
committed
Remove ME910 flow control debug message
1 parent f0afd1f commit 21a8ed8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

features/cellular/framework/targets/TELIT/ME910/TELIT_ME910.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ CellularDevice *CellularDevice::get_default_instance()
7474
{
7575
static UARTSerial serial(MBED_CONF_TELIT_ME910_TX, MBED_CONF_TELIT_ME910_RX, MBED_CONF_TELIT_ME910_BAUDRATE);
7676
#if defined (MBED_CONF_TELIT_ME910_RTS) && defined (MBED_CONF_TELIT_ME910_CTS)
77-
tr_debug("TELIT_ME910 flow control: RTS %d CTS %d", MBED_CONF_TELIT_ME910_RTS, MBED_CONF_TELIT_ME910_CTS);
7877
serial.set_flow_control(SerialBase::RTSCTS, MBED_CONF_TELIT_ME910_RTS, MBED_CONF_TELIT_ME910_CTS);
7978
#endif
8079
static TELIT_ME910 device(&serial);

0 commit comments

Comments
 (0)