milan-avb: avdecc: drop dead debug gate around avb_log_state

This commit is contained in:
hackerman-kl 2026-04-26 21:04:00 +02:00 committed by Wim Taymans
parent 9c0007173b
commit c967b39f18

View file

@ -458,10 +458,7 @@ void avb_log_state(struct server *server, const char *label)
{
if (server == NULL)
return;
#if 0
if (!pw_log_level_enabled(SPA_LOG_LEVEL_DEBUG))
return;
#endif
pw_log_debug("===== state @ %s =====", label);
adp_log_state(server, label);
avb_msrp_log_state(server, label);