Remove debugging messages
This commit is contained in:
@@ -164,9 +164,6 @@ bool DrawViewSymbol::checkFit(TechDraw::DrawPage* p) const
|
||||
|
||||
short DrawViewSymbol::mustExecute() const
|
||||
{
|
||||
if (Scale.isTouched()) {
|
||||
Base::Console().Message("TRACE - DVS::mustExecute - Scale is touched\n");
|
||||
}
|
||||
short result = 0;
|
||||
if (!isRestoring()) {
|
||||
result = (Scale.isTouched() ||
|
||||
|
||||
@@ -387,7 +387,6 @@ void MDIViewPage::updateDrawing(void)
|
||||
}
|
||||
QGIView* qv = m_view->findQViewForDocObj(dv);
|
||||
if (qv == nullptr) {
|
||||
Base::Console().Message("TRACE - MDIVP::updateDrawing - making a missing graphic\n");
|
||||
attachView(dv);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user