Removed annoying "I2C SIM transfer_4" message

The debug message made it difficult to use the shell for the
posix build. Commented out the debug line.

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois 2015-04-30 16:24:43 -07:00
parent 6acdc2ae3f
commit ebdf178ba3
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ I2C::transfer(const uint8_t *send, unsigned send_len, uint8_t *recv, unsigned re
packets.nmsgs = msgs; packets.nmsgs = msgs;
if (simulate) { if (simulate) {
warnx("I2C SIM: transfer_4 on %s", get_devname()); //warnx("I2C SIM: transfer_4 on %s", get_devname());
ret = PX4_OK; ret = PX4_OK;
} }
else { else {