From: Steinar H. Gunderson Date: Mon, 5 Oct 2015 20:47:51 +0000 (+0200) Subject: Remove a debug printf. X-Git-Tag: 0.4~61 X-Git-Url: https://git.sesse.net/?p=bmusb;a=commitdiff_plain;h=056ca27deb079c850f24a23fac7d0a1c892121e5 Remove a debug printf. --- diff --git a/bmusb.cpp b/bmusb.cpp index 93ce273..a176f93 100644 --- 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(¶m, 0, sizeof(param)); param.sched_priority = 1;