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 /opentrack | |
parent | 94b1064ca90a77965103462fbaf01b268d6aa595 (diff) |
nix debug printfs
Diffstat (limited to 'opentrack')
-rw-r--r-- | opentrack/plugin-support.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/opentrack/plugin-support.cpp b/opentrack/plugin-support.cpp index c572ada6..c682a1af 100644 --- a/opentrack/plugin-support.cpp +++ b/opentrack/plugin-support.cpp @@ -50,9 +50,6 @@ SelectedLibraries::SelectedLibraries(QFrame* frame, dylibptr t, dylibptr p, dyli return; } - qDebug() << "start tracker with frame" << (intptr_t)frame; - std::cout.flush(); - pTracker->start_tracker(frame); correct = true; |