mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: remove some pw_log_info debug
This commit is contained in:
parent
f1c29194a8
commit
058cecee7e
1 changed files with 0 additions and 3 deletions
|
|
@ -2170,8 +2170,6 @@ static struct pw_manager_object *find_device(struct client *client,
|
|||
struct selector sel;
|
||||
bool monitor = false, find_default = false;
|
||||
|
||||
pw_log_info("name:%s id:%u", name, id);
|
||||
|
||||
if (name != NULL) {
|
||||
if (spa_streq(name, DEFAULT_MONITOR)) {
|
||||
if (sink)
|
||||
|
|
@ -2197,7 +2195,6 @@ static struct pw_manager_object *find_device(struct client *client,
|
|||
name = get_default(client, sink);
|
||||
id = SPA_ID_INVALID;
|
||||
}
|
||||
pw_log_info("name:%s id:%u", name, id);
|
||||
|
||||
if (id != SPA_ID_INVALID) {
|
||||
if (id & MONITOR_FLAG) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue