Sketcher: remove "SecondIcon" logs on constraint icon hover
Hovering the cursor over constraint icons sometimes logs "SecondIcon" messages to the report view, doing so for every cursor move event. This message isn't useful outside of a development context and in fact is a leftover from 7ab2b3b690ef6447cfd16842af3008817f8e77f7. Removes this message. Fixes #21417
This commit is contained in:
committed by
Kacper Donat
parent
8331a41902
commit
68b9129c11
@@ -2254,8 +2254,6 @@ std::set<int> EditModeConstraintCoinManager::detectPreselectionConstr(const SoPi
|
||||
if (tail
|
||||
!= sep->getChild(
|
||||
static_cast<int>(ConstraintNodePosition::FirstIconIndex))) {
|
||||
Base::Console().log("SecondIcon\n");
|
||||
|
||||
auto translation2 = static_cast<SoZoomTranslation*>(
|
||||
static_cast<SoSeparator*>(tailFather)
|
||||
->getChild(static_cast<int>(
|
||||
|
||||
Reference in New Issue
Block a user