Skip to content

Commit 0a48025

Browse files
committed
Wire: remove debug
1 parent dc249db commit 0a48025

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/Wire/Wire.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ uint8_t arduino::MbedI2C::endTransmission(void) {
5050
uint8_t arduino::MbedI2C::requestFrom(uint8_t address, size_t len, bool stopBit) {
5151
char buf[256];
5252
int ret = master->read(address << 1, buf, len, !stopBit);
53-
Serial.println(ret);
5453
if (ret != 0) {
5554
return 0;
5655
}

0 commit comments

Comments
 (0)