Skip to content

Commit d93b5d1

Browse files
committed
[chore] Remove redundant warning
1 parent 0799597 commit d93b5d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

AutoAnnotationTool/CV/cvparam.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ void CVParam::setIteration(int iteration)
2828

2929
void CVParam::setEpsilon(qreal epsilon)
3030
{
31-
qWarning("Floating point comparison needs context sanity check");
3231
if (qFuzzyCompare(m_epsilon, epsilon))
3332
return;
3433

0 commit comments

Comments
 (0)