mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4843 AppFwk : Remove debug output to avoid noise
This commit is contained in:
parent
172c0dfa1c
commit
35004ef7b2
@ -76,7 +76,11 @@ void PdmXmlObjectHandle::readFields(QXmlStreamReader& xmlStream, PdmObjectFactor
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
std::cout << "Line " << xmlStream.lineNumber() << ": Warning: Could not find a field with name " << name.toLatin1().data() << " in the current object : " << classKeyword().toLatin1().data() << std::endl;
|
// Debug text is commented out, as this code is relatively often reached. Consider a new logging concept
|
||||||
|
// to receive this information
|
||||||
|
//
|
||||||
|
// std::cout << "Line " << xmlStream.lineNumber() << ": Warning: Could not find a field with name " << name.toLatin1().data() << " in the current object : " << classKeyword().toLatin1().data() << std::endl;
|
||||||
|
|
||||||
xmlStream.skipCurrentElement();
|
xmlStream.skipCurrentElement();
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user