remove debug output of position

This commit is contained in:
Jan Käberich 2023-02-15 22:50:32 +01:00
parent a2b8f2a00d
commit ffeebc6ea6

View File

@ -1117,7 +1117,6 @@ double TraceXYPlot::nearestTracePoint(Trace *t, QPoint pixel, double *distance)
if(distance) {
*distance = closestDistance;
}
qDebug() << "Xpos: "<<closestXpos;
return closestXpos;
}