Skip to content

Commit

Permalink
TrackContainerView_removing_qDebug
Browse files Browse the repository at this point in the history
  • Loading branch information
szeli1 committed Aug 5, 2024
1 parent 6ee998e commit b77214c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/editors/TrackContainerView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ void TrackContainerView::realignTracks()
{
MidiClip* curClip = reinterpret_cast<MidiClip*>(curTrack->getClip(0));
int curSteps = curClip->getSteps();
qDebug("size = %d", curSteps);
if (maxSteps < curSteps)
{
maxSteps = curSteps;
Expand Down

0 comments on commit b77214c

Please sign in to comment.