From 056ca27deb079c850f24a23fac7d0a1c892121e5 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 5 Oct 2015 22:47:51 +0200 Subject: [PATCH] Remove a debug printf. --- bmusb.cpp | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.39.2