Reduce debug log output
This commit is contained in:
@@ -818,7 +818,6 @@ void TreeWidget::_updateStatus(bool delay) {
|
||||
int timeout = TreeParams::Instance()->StatusTimeout();
|
||||
if (timeout < 0)
|
||||
timeout = 1;
|
||||
FC_LOG("delay update status");
|
||||
statusTimer->start(timeout);
|
||||
}
|
||||
|
||||
|
||||
@@ -954,7 +954,7 @@ DocumentObjectExecReturn *Sheet::execute(void)
|
||||
FC_LOG("recomputing " << getFullName());
|
||||
for(auto &pos : make_order) {
|
||||
const auto &addr = VertexIndexList[pos];
|
||||
FC_LOG(addr.toString());
|
||||
FC_TRACE(addr.toString());
|
||||
recomputeCell(addr);
|
||||
}
|
||||
} catch (std::exception &) {
|
||||
|
||||
Reference in New Issue
Block a user