[TD]remove obsolete log messages
This commit is contained in:
@@ -213,8 +213,6 @@ Base::Vector3d LineSet::getPatternStartPoint(TechDraw::BaseGeomPtr g, double &of
|
||||
offset = ceil(patsStartOrg) - patsStartOrg; //fraction of a patternLength patstartorg to repeat point
|
||||
offset = offset * patternLength;
|
||||
}
|
||||
} else {
|
||||
Base::Console().Log("ERROR - HL::getPatternStart - something has gone wrong!\n");
|
||||
}
|
||||
}
|
||||
return result;
|
||||
@@ -316,8 +314,7 @@ std::vector<PATLineSpec> PATLineSpec::getSpecsForPattern(std::string& parmFile,
|
||||
if (status) {
|
||||
lineSpecs = loadPatternDef(inFile);
|
||||
} else {
|
||||
//this message can come up when changing PAT file or pattern name
|
||||
Base::Console().Log( "Could not find pattern: %s\n", parmName.c_str() );
|
||||
//this can come up when changing PAT file or pattern name
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user