Skip to content

Commit 753d232

Browse files
committed
remove bad debug msg
1 parent 386775a commit 753d232

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mscore/scoreview.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3622,8 +3622,6 @@ void ScoreView::pageEnd()
36223622

36233623
void ScoreView::adjustCanvasPosition(const Element* el, bool playBack)
36243624
{
3625-
printf("adjustCanvasPosition <%s> playback %d\n", el->name(), playBack);
3626-
36273625
if (score()->layoutMode() == LayoutMode::LINE) {
36283626
if (!el)
36293627
return;
@@ -3644,7 +3642,6 @@ printf("adjustCanvasPosition <%s> playback %d\n", el->name(), playBack);
36443642
qreal marginLeft = width() * 0.05;
36453643
qreal marginRight = width() * 0.05; // leaves 5% margin to the right
36463644

3647-
printf("continuousPanel active %d\n", _continuousPanel->active());
36483645
if (_continuousPanel->active())
36493646
marginLeft += _continuousPanel->width() * mag();
36503647

0 commit comments

Comments
 (0)