diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-11-05 05:44:48 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-11-05 05:44:48 +0100 |
commit | 83b92a9c80e37c0b9d5fc3bc8b8ec65efa7804f0 (patch) | |
tree | a9259be3070b2b6617394982ab572e1644961dfa /ftnoir_tracker_aruco | |
parent | 94b1064ca90a77965103462fbaf01b268d6aa595 (diff) |
nix debug printfs
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) |