]> git.sesse.net Git - bmusb/commitdiff
Remove a debug printf.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 5 Oct 2015 20:47:51 +0000 (22:47 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 5 Oct 2015 20:47:51 +0000 (22:47 +0200)
bmusb.cpp

index 93ce2733572267083fc3318f91f1a406f36624c2..a176f936a79d38f05c509e3c66019b98f7ac2b3b 100644 (file)
--- a/bmusb.cpp
+++ b/bmusb.cpp
@@ -607,8 +607,6 @@ void BMUSBCapture::cb_xfr(struct libusb_transfer *xfr)
 
 void BMUSBCapture::usb_thread_func()
 {
-       printf("usb thread started\n");
-
        sched_param param;
        memset(&param, 0, sizeof(param));
        param.sched_priority = 1;