Skip to content

Commit

Permalink
Comment log debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Jul 5, 2024
1 parent 31119b9 commit 4075b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alignfunctor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ FunctorCode AlignHorizontallyFunctor::VisitMeasureEnd(Measure *measure)

if (m_hasMultipleLayer) measure->HasAlignmentRefWithMultipleLayers(true);

measure->m_measureAligner.LogDebugTree(3);
//measure->m_measureAligner.LogDebugTree(3);

return FUNCTOR_CONTINUE;
}
Expand Down

0 comments on commit 4075b25

Please sign in to comment.