Remove accidental debug message

parent aac8146f
......@@ -139,7 +139,6 @@ void TwoWire::begin(uint8_t addr) {
}
void TwoWire::onIRQ() {
Serial.printf("Wire.IRQ=%08x\n", _i2c->hw->intr_stat);
if (_i2c->hw->intr_stat & (1 << 10)) {
_buffLen = 0;
_buffOff = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment