From 429aba7d68bee1fd8b02306f294b25e5e6284736 Mon Sep 17 00:00:00 2001 From: Phil Taylor Date: Sat, 29 Oct 2022 00:20:27 +0100 Subject: [PATCH] Remove spot display processing timer --- wfmain.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wfmain.cpp b/wfmain.cpp index 74335be..eabf207 100644 --- a/wfmain.cpp +++ b/wfmain.cpp @@ -7734,8 +7734,8 @@ void wfmain::on_clusterTimeoutLineEdit_editingFinished() void wfmain::receiveSpots(QList spots) { - QElapsedTimer timer; - timer.start(); + //QElapsedTimer timer; + //timer.start(); bool current = false; @@ -7812,7 +7812,7 @@ void wfmain::receiveSpots(QList spots) } - qDebug(logCluster()) << "Processing took" << timer.nsecsElapsed() / 1000 << "us"; + //qDebug(logCluster()) << "Processing took" << timer.nsecsElapsed() / 1000 << "us"; } void wfmain::on_clusterPopOutBtn_clicked()