Skip to content

Commit 9a04764

Browse files
committed
Remove some debug code lines.
1 parent c1cc281 commit 9a04764

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/jack.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,6 @@ jack_process_cb(jack_nframes_t nframes, void* data)
133133
jalv->bpm = has_bbt ? pos.beats_per_minute : jalv->bpm;
134134
jalv->rolling = rolling;
135135

136-
if (xport_changed && has_bbt) {
137-
//printf("BPM CHANGED => %f <> %f\n", pos.beats_per_minute, jalv->bpm);
138-
}
139-
140136
switch (jalv->play_state) {
141137
case JALV_PAUSE_REQUESTED:
142138
jalv->play_state = JALV_PAUSED;

0 commit comments

Comments
 (0)