Removed outated grafana plugin support

This commit is contained in:
Luca Deri 2022-02-04 13:26:24 +01:00
parent 767fd8f636
commit efe9516bdc
2 changed files with 0 additions and 2 deletions

View file

@ -199,7 +199,6 @@ static void set_session_cookie(const struct mg_connection * const conn,
if(!strcmp(mg_get_request_info((struct mg_connection*)conn)->uri, "/metrics")
|| !strncmp(mg_get_request_info((struct mg_connection*)conn)->uri, LIVE_TRAFFIC_URL, strlen(LIVE_TRAFFIC_URL))
|| !strncmp(mg_get_request_info((struct mg_connection*)conn)->uri, GRAFANA_URL, strlen(GRAFANA_URL))
|| !strncmp(mg_get_request_info((struct mg_connection*)conn)->uri, POOL_MEMBERS_ASSOC_URL, strlen(POOL_MEMBERS_ASSOC_URL)))
return;