webui: remove dead code (tvhlog_level)

This commit is contained in:
Jaroslav Kysela 2014-07-30 12:30:26 +02:00
parent b3ef094128
commit 5c250565e1

View file

@ -1619,8 +1619,6 @@ extjs_tvhlog(http_connection_t *hc, const char *remain, void *opaque)
const char *str;
pthread_mutex_lock(&tvhlog_mutex);
if ((str = http_arg_get(&hc->hc_req_args, "tvhlog_level")))
tvhlog_level = atoi(str);
if ((str = http_arg_get(&hc->hc_req_args, "tvhlog_trace_on")))
tvhlog_level = LOG_TRACE;
else