[httpd_dacp] Fixup temp log line

This commit is contained in:
ejurgensen 2017-10-20 22:46:00 +02:00
parent 190e37e537
commit 2beb2fc4cf

View File

@ -2116,8 +2116,6 @@ dacp_reply_playstatusupdate(struct evhttp_request *req, struct evbuffer *evbuf,
return;
}
DPRINTF(E_LOG, L_DACP, "MARK Hanging on rev num %d...\n", reqd_rev);
/* Else, just let the request hang until we have changes to push back */
ur = calloc(1, sizeof(struct dacp_update_request));
if (!ur)