diff options
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; |