Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
webui: remove dead code (tvhlog_level)
  • Loading branch information
perexg committed Jul 30, 2014
1 parent b3ef094 commit 5c25056
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/webui/extjs.c
Expand Up @@ -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
Expand Down

0 comments on commit 5c25056

Please sign in to comment.