diff --git a/src/polypcore/protocol-esound.c b/src/polypcore/protocol-esound.c index 4a5dd7733..8a0a33560 100644 --- a/src/polypcore/protocol-esound.c +++ b/src/polypcore/protocol-esound.c @@ -186,7 +186,6 @@ static void connection_free(struct connection *c) { if (c->sink_input) { pa_sink_input_disconnect(c->sink_input); - pa_log("disconnect\n"); pa_sink_input_unref(c->sink_input); }