Remove debugging messages

This commit is contained in:
wandererfan
2018-05-15 20:06:05 -04:00
parent a2e1826a9a
commit 09f607c5fc
2 changed files with 0 additions and 4 deletions

View File

@@ -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);
}
}