summaryrefslogtreecommitdiff
path: root/src/calibration.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/calibration.cpp')
-rw-r--r--src/calibration.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/calibration.cpp b/src/calibration.cpp
index 33423b3..5caae02 100644
--- a/src/calibration.cpp
+++ b/src/calibration.cpp
@@ -324,8 +324,9 @@ CalibrationTablePtr calibrateX(
// `pixelsToLines`. e.g. the most left/right lines. skip such points
if (columnX < xLeft || columnX > xRight) {
if (rawProfile.counters.encoderPosition >= 0) {
- qWarning()
- << "x anchor not found" << xLeft << columnX << xRight;
+ // FIXME: xRight can be smaller than xLeft
+ // qWarning()
+ // << "x anchor not found" << xLeft << columnX << xRight;
continue;
}
}