mirror of
https://github.com/Motion-Project/motion.git
synced 2025-12-23 23:18:21 -05:00
Remove testing change for log reporting
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user