mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-01-03 23:30:05 +01:00
remove debug output of position
This commit is contained in:
parent
a2b8f2a00d
commit
ffeebc6ea6
|
|
@ -1117,7 +1117,6 @@ double TraceXYPlot::nearestTracePoint(Trace *t, QPoint pixel, double *distance)
|
|||
if(distance) {
|
||||
*distance = closestDistance;
|
||||
}
|
||||
qDebug() << "Xpos: "<<closestXpos;
|
||||
return closestXpos;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue