Skip to content

Commit 7cf625e

Browse files
author
Hasnain Virk
committed
Removing left over tracing
A test trace was left lurking around. Removed in this commit.
1 parent a339156 commit 7cf625e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

features/cellular/framework/targets/QUECTEL/EC2X/QUECTEL_EC2X.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ CellularDevice *CellularDevice::get_default_instance()
6060
MBED_CONF_QUECTEL_EC2X_RX,
6161
MBED_CONF_QUECTEL_EC2X_BAUDRATE);
6262
#if defined(MBED_CONF_QUECTEL_EC2X_RTS) && defined(MBED_CONF_QUECTEL_EC2X_CTS)
63-
tr_debug("QUECTEL_EC2X_PPP flow control: RTS %d CTS %d", MBED_CONF_QUECTEL_EC2X_RTS, MBED_CONF_QUECTEL_EC2X_CTS);
6463
serial.set_flow_control(SerialBase::RTSCTS, MBED_CONF_QUECTEL_EC2X_RTS, MBED_CONF_QUECTEL_EC2X_CTS);
6564
#endif
6665
static QUECTEL_EC2X device(&serial, MBED_CONF_QUECTEL_EC2X_PWR, MBED_CONF_QUECTEL_EC2X_RST);

0 commit comments

Comments
 (0)