Skip to content

Commit cab36d9

Browse files
committed
remove debugging comment
1 parent 6536cff commit cab36d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/uart/drivers/ws_uart_drv_pm25aqi.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ class ws_uart_drv_pm25aqi : public ws_uart_drv {
8686
bool begin() override {
8787
_aqi = new Adafruit_PM25AQI();
8888
#ifdef USE_SW_UART
89-
Serial.println("use sw uart init");
9089
if (!_aqi->begin_UART(
9190
_swSerial)) { // connect to the sensor over software serial
9291
return false;

0 commit comments

Comments
 (0)