From 6b9f34021968274a0d2585df1b15bff04f71c56a Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 13 May 2025 11:20:55 +0200 Subject: [PATCH] alsa-seq: remove leftover debug line --- spa/plugins/alsa/alsa-seq.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/spa/plugins/alsa/alsa-seq.c b/spa/plugins/alsa/alsa-seq.c index b0be92098..04280f291 100644 --- a/spa/plugins/alsa/alsa-seq.c +++ b/spa/plugins/alsa/alsa-seq.c @@ -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; }