ftdijtag: suppress debug message

This commit is contained in:
Gwenhael Goavec-Merou 2019-10-05 18:09:02 +02:00
parent 3d6879e049
commit 204c553a60
1 changed files with 0 additions and 1 deletions

View File

@ -293,7 +293,6 @@ int FtdiJtag::shiftDR(unsigned char *tdi, unsigned char *tdo, int drlen, int end
// force transmit tms state
flushTMS(true);
// currently don't care about multiple device in the chain
printf("drlen %d\n", drlen);
read_write(tdi, tdo, drlen, 1);// 1 since only one device
set_state(end_state);