diff options
Diffstat (limited to 'ftnoir_tracker_aruco')
-rw-r--r-- | ftnoir_tracker_aruco/ftnoir_tracker_aruco.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ftnoir_tracker_aruco/ftnoir_tracker_aruco.cpp b/ftnoir_tracker_aruco/ftnoir_tracker_aruco.cpp index 53cb70ad..58800f43 100644 --- a/ftnoir_tracker_aruco/ftnoir_tracker_aruco.cpp +++ b/ftnoir_tracker_aruco/ftnoir_tracker_aruco.cpp @@ -112,9 +112,7 @@ Tracker::~Tracker() delete videoWidget; if(layout) delete layout; - qDebug() << "releasing camera, brace for impact"; camera.release(); - qDebug() << "all done!"; } void Tracker::start_tracker(QFrame* videoframe) |