Skip to content

pulse-server: module-zeroconf-publish: remove unnecessary emit

Barnabás Pőcze requested to merge pobrn/pipewire:pw_pulse_remove_emit into master

Since !737 (merged) it is not required of modules to emit the "loaded" event if they can load immediately, therefore remove the unnecessary module_emit_loaded() call.

Furthermore remove redundant log messages as well.

Merge request reports