summaryrefslogtreecommitdiffstats
path: root/player/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/client.c')
-rw-r--r--player/client.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/player/client.c b/player/client.c
index 6b5eaf7883..45bd2297ba 100644
--- a/player/client.c
+++ b/player/client.c
@@ -1085,14 +1085,6 @@ static void setproperty_fn(void *arg)
req->status = translate_property_error(err);
- if (mp_msg_test(req->mpctx->log, MSGL_V)) {
- struct m_option ot = {.type = &m_option_type_node};
- char *t = m_option_print(&ot, node);
- MP_VERBOSE(req->mpctx, "Set property: %s=%s -> %d\n",
- req->name, t ? t : "?", err);
- talloc_free(t);
- }
-
if (req->reply_ctx) {
status_reply(req->reply_ctx, MPV_EVENT_SET_PROPERTY_REPLY,
req->userdata, req->status);