Remove testing change for log reporting

This commit is contained in:
Mr-Dave
2024-09-04 15:12:19 -06:00
parent e3b63c8797
commit d6f6f6cfd0

View File

@@ -463,8 +463,7 @@ void cls_webu_json::main()
} else if (webua->uri_cmd1 == "movies.json") {
movies();
} else if (webua->uri_cmd1 == "status.json") {
//status();
loghistory();
status();
} else if (webua->uri_cmd1 == "log") {
loghistory();
} else {