mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
disable some debug output
This commit is contained in:
parent
830796cbef
commit
9ca75c1cfd
2 changed files with 1 additions and 2 deletions
|
@ -1499,7 +1499,6 @@ void __attribute__((noreturn)) AppMain(void)
|
|||
for(;;) {
|
||||
if ( usb_poll_validate_length() ) {
|
||||
rx_len = usb_read(rx, sizeof(UsbCommand));
|
||||
Dbprintf("ice recive len: %u", rx_len);
|
||||
if (rx_len) {
|
||||
UsbPacketReceived(rx, rx_len);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue