alsa-seq: remove leftover debug line

This commit is contained in:
Wim Taymans 2025-05-13 11:20:55 +02:00
parent f5c9944e61
commit 6b9f340219

View file

@ -78,8 +78,6 @@ static int seq_open(struct seq_state *state, struct seq_conn *conn, bool with_qu
spa_log_debug(state->log, "%p: ALSA UMP MIDI enabled", state);
state->ump = true;
}
state->ump = false;
return 0;
}