webui: remove dead code (tvhlog_level)
This commit is contained in:
parent
b3ef094128
commit
5c250565e1
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue