t/hand: Remove per frame printing

This commit is contained in:
Jakob Bornecrantz 2020-12-09 19:22:41 +00:00
parent 1e995dbbe3
commit a5bf14502c

View file

@ -140,7 +140,6 @@ do_view(TrackerHand &t, View &view, cv::Mat &grey, cv::Mat &rgb)
static void static void
process(TrackerHand &t, struct xrt_frame *xf) process(TrackerHand &t, struct xrt_frame *xf)
{ {
printf("process frame\n");
if (xf == NULL) { if (xf == NULL) {
return; return;
} }