From 7a8144b70fb5be74b047b81cd7806791687d58e8 Mon Sep 17 00:00:00 2001 From: Christian Daniel Date: Thu, 1 Nov 2012 10:34:19 +0100 Subject: [PATCH] remove some unneeded printfs from OsmoSDR upgrade module --- osdrupgrade.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/osdrupgrade.cpp b/osdrupgrade.cpp index b360c83..82c4729 100644 --- a/osdrupgrade.cpp +++ b/osdrupgrade.cpp @@ -405,11 +405,6 @@ int OSDRUpgrade::dfuGetState(libusb_device_handle* device, quint8* state) 1, 1000); - /* - if(res >= 0) - fprintf(stderr, "AT91 now in state %s (%d)\n", statedesc[*state], *state); -*/ - return res; } @@ -464,10 +459,6 @@ int OSDRUpgrade::dfuClrStatus(libusb_device_handle* device) int OSDRUpgrade::dfuDownloadBlock(libusb_device_handle* device, quint16 block, const quint8* data, quint16 len) { -/* - fprintf(stderr, "downloading block %d (%d bytes)\n", block, len); -*/ - return libusb_control_transfer( device, 0x21,