X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/rigol/blobdiff_plain/ad9fbc05e664d9e4028ec9c17fcc7308a4524114..713be7a43ed11947c358fc67c11b9df7b0be204c:/usbtmc.c diff --git a/usbtmc.c b/usbtmc.c index 8d05b09..8a35dd3 100644 --- a/usbtmc.c +++ b/usbtmc.c @@ -126,8 +126,6 @@ usb_dev_handle* usbtmc_initscope(void) { if (!dev) { printf("No scope found.\n"); exit(1); - } else { - printf("Scope found.\n"); } usbtmc_claim(dev); //The following code isn't really necessary, the program works