SMBus battery driver: Remove console print on normal block read operation

This commit is contained in:
Lorenz Meier 2015-01-04 11:04:55 +01:00
parent 1106e0bff3
commit 3c99becada
1 changed files with 0 additions and 2 deletions

View File

@ -437,8 +437,6 @@ BATT_SMBUS::read_block(uint8_t reg, uint8_t *data, uint8_t max_len, bool append_
warnx("CurrPEC:%x vs MyPec:%x", (int)buff[bufflen + 1], (int)pec);
return 0;
} else {
warnx("CurPEC ok: %x", (int)pec);
}
// copy data