Skip to content

Commit 73faeff

Browse files
committed
- Removed debug output.
1 parent 0b7337b commit 73faeff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/AS726X.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ bool AS726X::begin(TwoWire &wirePort, uint8_t gain, uint8_t measurementMode)
1818
_sensorVersion != SENSORTYPE_AS7262 &&
1919
_sensorVersion != SENSORTYPE_AS7263)
2020
{
21-
Serial.print("_sensorVersion: "); Serial.println(_sensorVersion);
2221
return false;
2322
}
2423

0 commit comments

Comments
 (0)